Skip to content

feat(ci): add nicer workflows #2

feat(ci): add nicer workflows

feat(ci): add nicer workflows #2

Workflow file for this run

name: Test Build
on:
push:
branches:
- '*'
pull_request:
branches:
- main
jobs:
check_build:
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/build.yml