Skip to content

Commit

Permalink
third time's the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
iostat committed Sep 6, 2023
1 parent b2f25ea commit e8bde13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
jobs:
tidy:
runs-on: ubuntu-latest
uses: actions/checkout@v3
with:
submodules: recursive
steps:
- name: run tidy
uses: actions/checkout@v4
with:
submodules: recursive
run: |
npm install
npm run tidy-check

0 comments on commit e8bde13

Please sign in to comment.