Skip to content

Commit

Permalink
[update #4] workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl authored Apr 24, 2024
2 parents 8918dee + 528e9bc commit ba522bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tiawl/spaceporn-dep-action-bot@v1
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ jobs:
build:
strategy:
matrix:
repo: [shaderc]
repo:
- shaderc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tiawl/spaceporn-dep-action-ci@v1
with:
repository: "${{ github.repository }}"
sha: "${{ github.sha }}"
user: "${{ matrix.repo }}.zig"
test_build: 'false'
test_update: 'true'
Expand Down

0 comments on commit ba522bd

Please sign in to comment.