testing
This commit is contained in:
parent
9314470c67
commit
b34e1927da
|
@ -55,8 +55,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
|
||||
- uses: SkynetLabs/.github/.github/actions/changes-since-last-tag@master
|
||||
with:
|
||||
working-directory: ${{ defaults.working-directory }}
|
||||
|
||||
# Make a release if
|
||||
# - there were changes and this is a scheduled job
|
||||
|
|
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
# pull_request:
|
||||
|
||||
jobs:
|
||||
hadolint:
|
||||
|
|
|
@ -20,5 +20,9 @@
|
|||
"devDependencies": {
|
||||
"jest": "^28.0.3",
|
||||
"prettier": "^2.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "echo 'Warning: no lint script specified'",
|
||||
"test": "echo 'Warning: no test script specified'"
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue