Skip to content

Commit

Permalink
some runner improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Dec 15, 2024
1 parent ffce00e commit 7a9eeda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: MFC Python setup
run: ./mfc.sh init

- name: Check formatting
run: |
./mfc.sh format -j $(nproc)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/line-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ jobs:
cd $BASE
export MFC_PR=$PR
pwd
./mfc.sh init &> tmp.txt
./mfc.sh count_diff
3 changes: 3 additions & 0 deletions .github/workflows/lint-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: MFC Python setup
run: ./mfc.sh init

- name: Lint the toolchain
run: ./mfc.sh lint
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Spell Check

on: [push, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]

jobs:
run:
Expand Down

0 comments on commit 7a9eeda

Please sign in to comment.