Skip to content

fix: get-task was inapproprately reporting older tasks #1

fix: get-task was inapproprately reporting older tasks

fix: get-task was inapproprately reporting older tasks #1

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Setup development environment
uses: ./.github/actions/setup-environment
- name: Run linter
run: just lint
- name: Run test suite
run: just test