Skip to content

Commit 8924bd3

Browse files
committed
Use reusable workflows
1 parent b3c319a commit 8924bd3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,4 @@ defaults:
1919

2020
jobs:
2121
tidy:
22-
runs-on: ubuntu-latest
23-
steps:
24-
- uses: actions/checkout@v3
25-
with:
26-
persist-credentials: false
27-
- uses: taiki-e/install-action@shellcheck
28-
- uses: taiki-e/install-action@shfmt
29-
- run: tools/tidy.sh
30-
if: always()
22+
uses: taiki-e/workflows/.github/workflows/tidy-no-rust.yml@main

0 commit comments

Comments
 (0)