chore(deps): lock file maintenance #376
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: QA | |
on: | |
pull_request: | |
push: | |
branches: | |
- "**" | |
- "!main" | |
jobs: | |
qa: | |
# We don't need to run this on Renovate PRs. We will already test the `renovate/foo` branch. | |
if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]' | |
name: 🔹 QA | |
uses: oliversalzburg/workflows/.github/workflows/qa-nodejs-oci.yml@main |