We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17551d commit 6db7aa0Copy full SHA for 6db7aa0
.github/dependabot.yml
@@ -1,8 +1,8 @@
1
version: 2
2
updates:
3
- - package-ecosystem: "npm"
4
- directory: "/"
+ - package-ecosystem: 'npm'
+ directory: '/'
5
schedule:
6
- interval: "daily"
+ interval: 'daily'
7
allow:
8
- - dependency-name: "typescript-to-lua"
+ - dependency-name: 'typescript-to-lua'
.github/workflows/ci.yml
@@ -13,6 +13,6 @@ jobs:
13
uses: actions/setup-node@v1
14
with:
15
node-version: 12.13.1
16
- - run: yarn --frozen-lockfile
17
- - run: yarn build
18
- - run: yarn lint
+ - run: npm ci
+ - run: npm run build
+ - run: npm run lint
0 commit comments