mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-29 22:09:11 +02:00
remove workflow
This commit is contained in:
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
|
|
Reference in New Issue
Block a user