2 Commits

Author SHA1 Message Date
a95a3fb8d5 Merge pull request #3 from GenZmeY/short-name
add short alias for mutator
2024-03-08 16:10:40 +03:00
a1fe46bf8b update ci/cd 2023-12-31 23:04:45 +03:00

View File

@ -41,11 +41,7 @@ jobs:
uses: oxsecurity/megalinter@7e042c726c68415475b05a65a686c612120a1232
id: ml
env:
VALIDATE_ALL_CODEBASE: >-
${{
github.event_name == 'push' &&
contains(fromJSON('["refs/heads/main", "refs/heads/master"]'), github.ref)
}}
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive production artifacts