Skip to content

Commit

Permalink
ci: Use reusable workflows from taiki-e/github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 30, 2023
1 parent 6742d43 commit ba5811c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ concurrency:

jobs:
check-external-types:
uses: taiki-e/workflows/.github/workflows/check-external-types.yml@main
uses: taiki-e/github-actions/.github/workflows/check-external-types.yml@main
deny:
uses: taiki-e/workflows/.github/workflows/deny.yml@main
uses: taiki-e/github-actions/.github/workflows/deny.yml@main
docs:
uses: taiki-e/workflows/.github/workflows/docs.yml@main
uses: taiki-e/github-actions/.github/workflows/docs.yml@main
msrv:
uses: taiki-e/workflows/.github/workflows/msrv.yml@main
uses: taiki-e/github-actions/.github/workflows/msrv.yml@main
with:
event_name: ${{ github.event_name }}
tidy:
uses: taiki-e/workflows/.github/workflows/tidy.yml@main
uses: taiki-e/github-actions/.github/workflows/tidy.yml@main

test:
strategy:
Expand Down

0 comments on commit ba5811c

Please sign in to comment.