Skip to content

Merge pull request #9 from ogghead/rc1-locked-deps #13

Merge pull request #9 from ogghead/rc1-locked-deps

Merge pull request #9 from ogghead/rc1-locked-deps #13

Workflow file for this run

name: CI
env:
CARGO_TERM_COLOR: always
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
make:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cargo-make
uses: actions-rs/cargo@v1
with:
command: install
args: --debug cargo-make
- name: Run CI
uses: actions-rs/cargo@v1
with:
command: make
args: ci-flow