Skip to content

Adds clippy to gh actions and fixes clippy issues #90

Adds clippy to gh actions and fixes clippy issues

Adds clippy to gh actions and fixes clippy issues #90

name: CI
on:
push:
branches: [main]
pull_request:
branches: ["*"]
permissions:
contents: read
jobs:
test:
name: Test
uses: ./.github/workflows/build-and-test.yml

Check failure on line 15 in .github/workflows/on-push-main-or-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-push-main-or-pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on-push-main-or-pr.yml" -> "./.github/workflows/build-and-test.yml" : You have an error in your yaml syntax on line 9
secrets: inherit