Skip to content

chore: Bump actions/checkout from 4.1.6 to 4.1.7 #1635

chore: Bump actions/checkout from 4.1.6 to 4.1.7

chore: Bump actions/checkout from 4.1.6 to 4.1.7 #1635

Workflow file for this run

name: Main branch CI
on:
pull_request:
branches:
- main
push:
schedule:
- cron: "0 0 * * 0"
jobs:
lint-report:
uses: ./.github/workflows/lint-report.yaml
build:
needs: lint-report
uses: ./.github/workflows/build.yaml
integration-tests:
needs: build
uses: ./.github/workflows/integration_tests.yaml
publish:
if: github.ref_name == 'main'
needs: integration-tests
uses: ./.github/workflows/publish.yaml