Skip to content

build(deps): bump postcss from 8.4.29 to 8.4.31 #307

build(deps): bump postcss from 8.4.29 to 8.4.31

build(deps): bump postcss from 8.4.29 to 8.4.31 #307

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
jobs:
Formatting:
name: Checking formatting
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
registry-url: https://registry.yarnpkg.com/
- name: Install Dependencies
run: yarn --immutable
- name: Check formatting
run: yarn format:check