mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Allow dispatch workflow
This commit is contained in:
parent
dafca895e7
commit
4566507510
2 changed files with 4 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -3,6 +3,7 @@ name: Build and Test
|
|||
on:
|
||||
pull_request:
|
||||
merge_group:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -65,6 +65,9 @@ typings/
|
|||
# clj-kondo cache
|
||||
.cache
|
||||
|
||||
# IDEs
|
||||
.idea
|
||||
|
||||
# default output report
|
||||
super-linter.report
|
||||
|
||||
|
|
Loading…
Reference in a new issue