Skip to content

Bot: Update dependencies #81

Bot: Update dependencies

Bot: Update dependencies #81

Workflow file for this run

name: ci
on:
pull_request:
branches:
- trunk
jobs:
build:
strategy:
matrix:
repo:
- shaderc
runs-on: ubuntu-latest
steps:
- uses: tiawl/[email protected]
with:
repository: "${{ github.repository }}"
sha: "${{ github.event.pull_request.head.sha }}"
user: "${{ matrix.repo }}.zig"
token: "${{ github.token }}"
test_build: 'false'
test_update: 'true'
test_fetch: 'true'