Delete .github/workflows directory

This commit is contained in:
DanielNoord
2021-01-27 00:05:42 +01:00
committed by GitHub
parent 61fc4aaaef
commit abc7dce047

View File

@@ -1,18 +0,0 @@
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- name: Install dependencies
run: |
npm init
npm install eslint --save-dev
- name: Lint
run: |
npx eslint --init
npx eslint . --ext .js