Skip to content

👷 Upgrade actions/checkout action to v5 #175

👷 Upgrade actions/checkout action to v5

👷 Upgrade actions/checkout action to v5 #175

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: test
run: make test