Skip to content

refactor(ci): bypass ruleset on checks #37

refactor(ci): bypass ruleset on checks

refactor(ci): bypass ruleset on checks #37

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
cancel-in-progress: true
permissions:
contents: read
packages: write
jobs:
build:
name: Job
uses: ./.github/workflows/build.yaml