Skip to content

chore: Bump postcss from 8.4.24 to 8.4.31 (#21) #90

chore: Bump postcss from 8.4.24 to 8.4.31 (#21)

chore: Bump postcss from 8.4.24 to 8.4.31 (#21) #90

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 19
- name: Install dependencies
run: npm ci
- name: Lint Markdown
run: npm run lint:markdown
- name: Lint language
run: npm run lint:language