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 1ffc580 commit 848a16b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ concurrency:

jobs:
deny:
uses: taiki-e/workflows/.github/workflows/deny.yml@main
uses: taiki-e/github-actions/.github/workflows/deny.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 848a16b

Please sign in to comment.