Skip to content

Update dependency autoprefixer to ^10.4.18 #75

Update dependency autoprefixer to ^10.4.18

Update dependency autoprefixer to ^10.4.18 #75

Workflow file for this run

name: lint
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- name: Install Dependency
run: yarn --frozen-lockfile
- name: lint
run: yarn lint