Skip to content

GH actions: update actions/checkout to v6 #79

GH actions: update actions/checkout to v6

GH actions: update actions/checkout to v6 #79

Workflow file for this run

name: CI
permissions:
contents: read
on:
- push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout git repository
uses: actions/checkout@v6
with:
fetch-depth: 1
- name: Run shfmt
run: make shfmt-docker
- name: Run ShellCheck
run: make shellcheck-docker
- name: Run tests
run: make test-docker