mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-20 16:14:51 +08:00
Temporarily disable GitHub Actions (#7978)
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -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
|
||||
13
.github/workflows/lint.yml
vendored
13
.github/workflows/lint.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user