Skip to content

Add a rust linter and formatter (Take 2) #1

Add a rust linter and formatter (Take 2)

Add a rust linter and formatter (Take 2) #1

Workflow file for this run

name: pre-commit
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run_precommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.1
- uses: pre-commit-ci/lite-action@v1.0.2
if: always()