Skip to content

test action workflow #204

test action workflow

test action workflow #204

Workflow file for this run

---
# MegaLinter GitHub Action configuration file
# More info at https://megalinter.io
# CAMARA Project - Github Action for Pull Reqests
# 31.01.2024 - initial version
# 08.03.2024 - added javalint config (for QoD tests)
name: MegaLinter
on: # yamllint disable-line rule:truthy
# Pull Requests to main
pull_request:
branches: [master, main]
env: # Comment env block if you do not want to apply fixes
# Apply linter fixes configuration
APPLY_FIXES: all # When active, APPLY_FIXES must also be defined as environment variable (in github/workflows/mega-linter.yml or other CI tool)
APPLY_FIXES_EVENT: pull_request # Decide which event triggers application of fixes in a commit or a PR (pull_request, push, all)
APPLY_FIXES_MODE: commit # If APPLY_FIXES is used, defines if the fixes are directly committed (commit) or posted in a PR (pull_request)
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
megalinter:
uses: Commonalities/artifacts/linting_rules/.github/workflows/megalinter.yml@main

Check failure on line 27 in .github/workflows/megalinter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/megalinter.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows