mirror of
https://github.com/sasjs/core.git
synced 2026-01-15 12:30:06 +00:00
@@ -1,5 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sasjs lint
|
|
||||||
|
# Ensure lint is passing
|
||||||
|
LINT=`sasjs lint`
|
||||||
|
if [[ "$LINT" != "✔ All matched files use @sasjs/lint code style!" ]]; then
|
||||||
|
echo "$LINT"
|
||||||
|
echo "To commit in spite of these warnings, use the -n parameter."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# Avoid commits to the master branch
|
# Avoid commits to the master branch
|
||||||
BRANCH=`git rev-parse --abbrev-ref HEAD`
|
BRANCH=`git rev-parse --abbrev-ref HEAD`
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- init: |
|
- init: npm install -g npm
|
||||||
nvm install --lts
|
- command: npm i
|
||||||
npm i -g @sasjs/cli
|
- command: npm i -g @sasjs/cli
|
||||||
|
|
||||||
image:
|
image:
|
||||||
file: .gitpod.dockerfile
|
file: .gitpod.dockerfile
|
||||||
@@ -24,4 +24,4 @@ github:
|
|||||||
# add a "Review in Gitpod" button to pull requests (defaults to false)
|
# add a "Review in Gitpod" button to pull requests (defaults to false)
|
||||||
addBadge: false
|
addBadge: false
|
||||||
# add a label once the prebuild is ready to pull requests (defaults to false)
|
# add a label once the prebuild is ready to pull requests (defaults to false)
|
||||||
addLabel: prebuilt-in-gitpod
|
addLabel: prebuilt-in-gitpod
|
||||||
|
|||||||
Reference in New Issue
Block a user