Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Bump postcss from 8.4.23 to 8.4.31 #51

Bump postcss from 8.4.23 to 8.4.31

Bump postcss from 8.4.23 to 8.4.31 #51

Workflow file for this run

name: tests
on: [push]
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install nodejs
uses: actions/setup-node@v3
- name: Install dependencies
run: make install
- name: Lint
run: make lint