Skip to content

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 #1750

build(deps-dev): bump postcss from 8.4.21 to 8.4.31

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 #1750

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
- develop
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Test and generate coverage
run: yarn coverage
- uses: codecov/codecov-action@v3
with:
files: ./coverage/lcov.info