Skip to content

Import drain-aware-transform from another package #15

Import drain-aware-transform from another package

Import drain-aware-transform from another package #15

Workflow file for this run

name: Linter
on:
pull_request:
branches:
- main
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Install packages
run: npm ci
- name: Prettier
run: npm run format
- name: Lint
run: npm run lint:ci