mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-10 19:22:52 +08:00
Add Alex to lint documentation (#7852)
* Add Alex to lint documentation * Attempt to trigger GitHub Action * Configure Alex and update docs * More docs updates
This commit is contained in:
13
.github/workflows/lint.yml
vendored
Normal file
13
.github/workflows/lint.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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