Skip to content

Bump github checkout action version #52

Bump github checkout action version

Bump github checkout action version #52

Workflow file for this run

name: macos
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: install check
run: brew install check
- name: run tests
run: make test