Skip to content

Bump postcss from 8.4.38 to 8.4.39 #5192

Bump postcss from 8.4.38 to 8.4.39

Bump postcss from 8.4.38 to 8.4.39 #5192

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup
id: setup
uses: prefecthq/actions-setup-nodejs@main
- name: Lint application
run: |
npm run lint
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup
id: setup
uses: prefecthq/actions-setup-nodejs@main
- name: Build package
run: npm run build
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup
id: setup
uses: prefecthq/actions-setup-nodejs@main
- name: Run tests
run: npm run test