Skip to content

Create tasks.json and devcontainer.json #4

Create tasks.json and devcontainer.json

Create tasks.json and devcontainer.json #4

Workflow file for this run

name: CI
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run yarn install
run: yarn install
- name: Run prettier and eslint
run: yarn lint