Skip to content

klines: start time error checking and other optimizations #26

klines: start time error checking and other optimizations

klines: start time error checking and other optimizations #26

Workflow file for this run

name: test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/system4-tech/task-runner:ubuntu
steps:
- name: Checkout repository
uses: actions/checkout@v4
- run: make deps
- name: Check scripts
run: make shellcheck
- name: Run tests
run: make test