Skip to content

chore: Add dev container #47

chore: Add dev container

chore: Add dev container #47

Workflow file for this run

name: CI
'on':
push:
branches:
- main
pull_request: null
env:
CARGO_TERM_COLOR: always
jobs:
format_code:
uses: ./.github/workflows/ci_format_code.yml
test:
uses: ./.github/workflows/ci_test.yml