Skip to content

Bump babel-loader from 9.2.1 to 10.0.0 in /liveticker #200

Bump babel-loader from 9.2.1 to 10.0.0 in /liveticker

Bump babel-loader from 9.2.1 to 10.0.0 in /liveticker #200

Workflow file for this run

name: 🏗️🧪🍂 Build & Test branches
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
on:
push:
branches:
- '*'
- '!deploy'
pull_request:
branches:
- '*'
permissions:
contents: write
checks: write
jobs:
build-test-django:
uses: ./.github/workflows/part_build_test.yaml
build-test-scorecard:
uses: ./.github/workflows/part_node_test.yaml
secrets: inherit
with:
project: scorecard
report: false
build-test-liveticker:
uses: ./.github/workflows/part_node_test.yaml
secrets: inherit
with:
project: liveticker
report: false
build-passcheck:
uses: ./.github/workflows/part_node_build.yaml
secrets: inherit
with:
project: passcheck