Skip to content

chore: gotta specify version in 'remote' workflows #4

chore: gotta specify version in 'remote' workflows

chore: gotta specify version in 'remote' workflows #4

Workflow file for this run

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: check-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
uses: ./.github/workflows/check.yml
test:
uses: ./.github/workflows/test.yml
build:
uses: ./.github/workflows/build.yml