Skip to content

Improve collection, separate from ar model #34

Improve collection, separate from ar model

Improve collection, separate from ar model #34

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
workflow_call:
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}-ci
cancel-in-progress: true
jobs:
lint:
permissions:
checks: write
contents: write
pull-requests: write
uses: ./.github/workflows/lint.yml
test:
permissions:
contents: read
checks: write
pull-requests: write
uses: ./.github/workflows/test.yml