Skip to content

Bump matatika utility from v0.19.0 to v0.20.0 (#1533) #2132

Bump matatika utility from v0.19.0 to v0.20.0 (#1533)

Bump matatika utility from v0.19.0 to v0.20.0 (#1533) #2132

name: Check for linting or formatting errors
on:
pull_request: {}
push:
branches: [main]
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js v16
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"
- run: yarn install --immutable
- run: yarn lint:check
format:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js v16
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"
- run: yarn install --immutable
- run: yarn format:check