ci: simplify workflows

This commit is contained in:
dundargoc 2024-02-11 15:22:08 +01:00 committed by Amaan Qureshi
parent ca7d15add6
commit a1c39d4760
4 changed files with 22 additions and 58 deletions

View file

@ -1,5 +1,4 @@
name: CI
on:
pull_request:
push:
@ -12,7 +11,12 @@ concurrency:
jobs:
checks:
uses: ./.github/workflows/checks.yml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
- run: make lint
sanitize:
uses: ./.github/workflows/sanitize.yml