Skip to content

jsutfile with bash instead of fish. #303

jsutfile with bash instead of fish.

jsutfile with bash instead of fish. #303

Workflow file for this run

name: test every commit
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- uses: extractions/setup-just@v1
- run: just test-all