Update valueguard.py #9
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
on: | ||
# Trigger linting at every pull_request. Action will also be visible from Pull Requests to master/main | ||
pull_request: | ||
branches: [master, main] | ||
jobs: | ||
mega-linter: | ||
uses: Valueguard-Index-Sweden/vg-linting/.github/workflows/mega-linter.yml@master | ||
Check failure on line 8 in .github/workflows/linter.yml GitHub Actions / .github/workflows/linter.ymlInvalid workflow file
|
||
super-linter: | ||
uses: Valueguard-Index-Sweden/vg-linting/.github/workflows/super-linter.yml@master |