Skip to content

👷 Upgrade actions/checkout action to v6 #183

👷 Upgrade actions/checkout action to v6

👷 Upgrade actions/checkout action to v6 #183

Workflow file for this run

name: Makefile
on:
merge_group: {}
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: test
run: make test