Skip to content

Remove deprecated github action command #121

Remove deprecated github action command

Remove deprecated github action command #121

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run build
run: yarn run build
- name: Run ESLint
run: yarn run eslint