Skip to content

Commit

Permalink
add upgrade to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
waddafunk committed Oct 22, 2024
1 parent 84a18ae commit f2c917c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main, master ]

jobs:
format-and-lint:
format-upgrade-lint:
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -26,6 +26,9 @@ jobs:

- name: Run formatters
run: make format

- name: Run upgraders
run: make upgrade

- name: Run linter
run: make lint
Expand Down

0 comments on commit f2c917c

Please sign in to comment.