Skip to content

Transform to Function Components and Hooks #9

Transform to Function Components and Hooks

Transform to Function Components and Hooks #9

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: yarn
- name: "Build"
run: yarn build
- name: "Publint"
run: yarn publint
- name: "Are the types wrong?"
run: yarn attw -P