Skip to content

fix: Runtime in workflow #2

fix: Runtime in workflow

fix: Runtime in workflow #2

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx