Skip to content

Use latest tagged versions of actions #31

Use latest tagged versions of actions

Use latest tagged versions of actions #31

Workflow file for this run

name: Test
on:
push:
pull_request:
release:
types:
- published
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: bash test.sh