Skip to content

Bump ext/sokol from 21c9d47 to 4535a3b #73

Bump ext/sokol from 21c9d47 to 4535a3b

Bump ext/sokol from 21c9d47 to 4535a3b #73

Workflow file for this run

name: "Pull Request"
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
paths-ignore:
- '**.md'
jobs:
bindgen-job:
name: "Bindgen"
uses: "./.github/workflows/bindgen.yml"
build-job:
name: "Build"
needs: [bindgen-job]
uses: "./.github/workflows/build.yml"
commit-job:
name: "Commit"
needs: [bindgen-job, build-job]
if: github.actor == 'dependabot[bot]'
uses: "./.github/workflows/commit.yml"