Skip to content

Fix GitHub workflows #65

Fix GitHub workflows

Fix GitHub workflows #65

Workflow file for this run

name: Test
on:
push:
branches: [main]
paths-ignore: ['**/*.md', '**/*.yml', '!.github/workflows/test.yml']
pull_request:
paths-ignore: ['**/*.md', '**/*.yml', '!.github/workflows/test.yml']
concurrency:
cancel-in-progress: true
group: test-${{ github.event.pull_request.number || github.sha }}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: thelang-io/setup-the@v1
- run: the install
- run: the test