Files
create-react-app/.github/workflows/lint.yml
2019-11-25 15:15:38 -07:00

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