remove workflow
This commit is contained in:
parent
211aeef93e
commit
0e58606c50
|
@ -1,19 +0,0 @@
|
||||||
# name: Run tests
|
|
||||||
#
|
|
||||||
# on: [push, pull_request]
|
|
||||||
#
|
|
||||||
# jobs:
|
|
||||||
# build-and-deploy:
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# steps:
|
|
||||||
# - name: Checkout
|
|
||||||
# - uses: actions/checkout@v2
|
|
||||||
# - name: Install Dependecies & Test
|
|
||||||
# - uses: actions/setup-node@v2
|
|
||||||
# with:
|
|
||||||
# node-version: '12' # TODO IDK what version nighttab is built with normally.
|
|
||||||
# cache: 'npm'
|
|
||||||
# - run: |
|
|
||||||
# npm install
|
|
||||||
# npm run lint
|
|
||||||
# npm test
|
|
Loading…
Reference in New Issue