mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 07:31:05 -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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
merge_group:
|
merge_group:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -65,6 +65,9 @@ typings/
|
||||||
# clj-kondo cache
|
# clj-kondo cache
|
||||||
.cache
|
.cache
|
||||||
|
|
||||||
|
# IDEs
|
||||||
|
.idea
|
||||||
|
|
||||||
# default output report
|
# default output report
|
||||||
super-linter.report
|
super-linter.report
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue