Skip to content

Bump actions/checkout from 5 to 6 #32

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #32

Workflow file for this run

---
name: Tests
on:
push:
pull_request:
types: [opened]
schedule:
- cron: '16 19 24 * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: run tests
run: cd test && ./run-tests.sh
- name: shellcheck
uses: ludeeus/action-shellcheck@2.0.0