Temporarily disable GitHub Actions (#7978)

This commit is contained in:
Ian Sutherland
2019-11-13 17:07:10 -07:00
committed by GitHub
parent 915108b650
commit 9df95df540
2 changed files with 0 additions and 0 deletions

View File

@@ -1,13 +0,0 @@
name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn --no-progress --non-interactive --no-lockfile
- name: Build
run: yarn build

View File

@@ -1,13 +0,0 @@
name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn --no-progress --non-interactive --no-lockfile
- name: Alex
run: yarn alex