Skip to content

feat(ci): add CI to the project #1

feat(ci): add CI to the project

feat(ci): add CI to the project #1

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

`pull_requests` is not a valid event name
env:
CARGO_TERM_COLOR: always
on:
push:
branches:
- main
pull_requests:
branches:
- main
jobs:
make:
runs-on: ubuntu-latest
steps:
- 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