Skip to content

Commit

Permalink
Add linting action
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpyke committed Dec 10, 2024
1 parent c3c4bbc commit d9dc225
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- main

jobs:
lint:
name: lint
runs-on: ubuntu-latest
environment: prod
permissions:
contents: read
pull-requests: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Lint
id: lint
uses: sunnysid3up/python-linter@master

0 comments on commit d9dc225

Please sign in to comment.