Skip to content

Bump actions/checkout from 1 to 4 #15

Bump actions/checkout from 1 to 4

Bump actions/checkout from 1 to 4 #15

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run tests
run: make test
- name: shellcheck
uses: ludeeus/action-shellcheck@0.1.0