Skip to content

fix: abrepeat

fix: abrepeat #30

Workflow file for this run

name: APM Lint
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
jest:
runs-on: ubuntu-latest
name: APM tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Yarn
uses: threeal/[email protected]
- name: Install dependencies
run: yarn install; yarn postinstall
- name: lint & prettier
run: |
yarn ci:lint
yarn ci:format