Skip to content

Commit

Permalink
Use reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 3, 2022
1 parent b3c319a commit 8924bd3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,4 @@ defaults:

jobs:
tidy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: taiki-e/install-action@shellcheck
- uses: taiki-e/install-action@shfmt
- run: tools/tidy.sh
if: always()
uses: taiki-e/workflows/.github/workflows/tidy-no-rust.yml@main

0 comments on commit 8924bd3

Please sign in to comment.