Skip to content

chore: get rid of the browserlist config #20

chore: get rid of the browserlist config

chore: get rid of the browserlist config #20

Workflow file for this run

name: Lint and test
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare
uses: ./.github/actions/prepare
- name: Lint
run: npm run lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare
uses: ./.github/actions/prepare
- name: Test
run: npm test