mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-25 01:23:15 +01:00
remove workflow
This commit is contained in:
parent
211aeef93e
commit
0e58606c50
19
.github/workflows/pull-request-tests.yml
vendored
19
.github/workflows/pull-request-tests.yml
vendored
@ -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
Block a user