name: rustytensor ci
on:
pull_request:
push:
branches:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
uses: "./.github/workflows/lint.yml"
test:
name: Test
uses: "./.github/workflows/test.yml"