Skip to content

ci: add github action CI #2

ci: add github action CI

ci: add github action CI #2

Workflow file for this run

on:
push:
branches: [ main, 'dev/*' ]
pull_request:
name: Build
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental || false }}
steps:
- uses: actions/checkout@v4
- name: Run cargo check
run: cargo check