mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 08:58:15 +08:00
14 lines
238 B
YAML
14 lines
238 B
YAML
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
|