diff --git a/.github/lint.yml b/.github/lint.yml new file mode 100644 index 00000000..dac99eec --- /dev/null +++ b/.github/lint.yml @@ -0,0 +1,17 @@ +name: Lint + +on: + pull_request: + push: + branches: [main, test] + +jobs: + pre-commit: + name: Lint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 + with: + python-version: '3.11' + - uses: pre-commit/action@v3 \ No newline at end of file