Skip to content

[update] permissions pong #10

[update] permissions pong

[update] permissions pong #10

Workflow file for this run

name: ci
on:
pull_request:
branches:
- trunk
jobs:
build:
strategy:
matrix:
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"
token: "${{ github.token }}"
test_build: 'false'
test_update: 'true'
test_fetch: 'true'