Skip to content

Commit

Permalink
Use new shared check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Apr 14, 2024
1 parent e37c3ed commit 828ec29
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: ChessKit Tests

name: ChessKit Checks

on:
push:
Expand All @@ -7,8 +8,8 @@ on:
branches: master

jobs:
test:
uses: chesskit-app/workflows/.github/workflows/test-swift-package.yaml@master
check:
uses: chesskit-app/workflows/.github/workflows/check-swift-package.yaml@master
secrets: inherit
with:
test_bundle: ChessKitPackageTests

0 comments on commit 828ec29

Please sign in to comment.