Skip to content

chore(deps): update actions/checkout digest to b4ffde6 #88

chore(deps): update actions/checkout digest to b4ffde6

chore(deps): update actions/checkout digest to b4ffde6 #88

Workflow file for this run

name: test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Test
run: |
chmod +x .github/workflows/test.sh
./.github/workflows/test.sh
shell: bash