Skip to content

v0.9.0

v0.9.0 #13

Workflow file for this run

name: Test
on:
push:
branches:
- main
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure temporary git user
run: |
git config user.name "grit"
git config user.email "[email protected]"
- name: Run test script
run: ./script.sh test