Skip to content

Update actions/checkout digest to 44c2b7a #53

Update actions/checkout digest to 44c2b7a

Update actions/checkout digest to 44c2b7a #53

Workflow file for this run

---
name: test
'on':
push:
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: |
cat > test.bib << EOT
@misc{x,
title={{Hello, World!}},
author={Bugayenko, Yegor},
year={2024}
}
EOT
- uses: ./
with:
opts: --verbose