deno.land / x / jotai@v1.8.4 / .github / workflows / lint-and-type.yml

lint-and-type.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Lint and Type
on: push: branches: [main] pull_request: types: [opened, synchronize]
jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: '14' cache: yarn - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - run: yarn install --frozen-lockfile --check-files - name: Prettier run: yarn prettier:ci - name: Lint run: yarn eslint:ci - name: Type run: yarn pretest
jotai

Version Info

Tagged at
a year ago