Skip to content

ci: inherit secrets for build job #4

ci: inherit secrets for build job

ci: inherit secrets for build job #4

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Roman Gilg <[email protected]>
# SPDX-License-Identifier: MIT
name: CI
on:
- push
- pull_request
jobs:
check-format:
uses: ./.github/workflows/check-format.yml
build:
uses: ./.github/workflows/build.yml
secrets: inherit