chore(deps): Bump ros from 0dd6b5d
to 80a4f63
in /.devcontainer
#159
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
'on': | |
push: | |
branches: | |
- main | |
pull_request: null | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
format_code: | |
uses: ./.github/workflows/ci_format_code.yml | |
build_dev_container: | |
uses: ./.github/workflows/ci_build_dev_container.yml | |
build: | |
needs: build_dev_container | |
uses: ./.github/workflows/ci_build.yml | |
test: | |
needs: build_dev_container | |
uses: ./.github/workflows/ci_test.yml | |
lint: | |
needs: build_dev_container | |
uses: ./.github/workflows/ci_lint.yml |