Skip to content

Merge branch 'main' of https://github.com/inflated-goboscript/string #15

Merge branch 'main' of https://github.com/inflated-goboscript/string

Merge branch 'main' of https://github.com/inflated-goboscript/string #15

Workflow file for this run

name: Run /test/
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.3
with:
build: true
token: ${{ secrets.GH_VIEW_TOKEN }}