Skip to content

build(deps): bump postcss from 8.4.39 to 8.5.3 #2434

build(deps): bump postcss from 8.4.39 to 8.5.3

build(deps): bump postcss from 8.4.39 to 8.5.3 #2434

Workflow file for this run

name: admin lint and test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run lint
run: make lint
- name: Run tests
run: make prebuilt-test