Skip to content

fix actions

fix actions #1

Workflow file for this run

name: check
on:
push:
branches: ["trunk"]
pull_request:
branches: ["**"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./test/
name: Test