Skip to content

ci: use new gstest

ci: use new gstest #21

Workflow file for this run

name: Tests
on:
pull_request:
branches: ['main']
push:
branches: ['main']
release:
types: [prereleased, published]
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: inflated-goboscript/gstest@v0.1.4
with:
token: ${{ secrets.GH_VIEW_TOKEN }}