Skip to content

Bump eslint-config-prettier from 10.0.1 to 10.0.2 in /scorecard #203

Bump eslint-config-prettier from 10.0.1 to 10.0.2 in /scorecard

Bump eslint-config-prettier from 10.0.1 to 10.0.2 in /scorecard #203

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