Skip to content

chore(deps): bump postcss from 8.4.14 to 8.4.31 in /website-docs #146

chore(deps): bump postcss from 8.4.14 to 8.4.31 in /website-docs

chore(deps): bump postcss from 8.4.14 to 8.4.31 in /website-docs #146

Workflow file for this run

name: "🚩 tests"
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
name: 🚩 Tests
runs-on: ubuntu-latest
steps:
- name: ☄️ checkout
uses: actions/checkout@v2
- name: 🐱‍🏍 node
uses: actions/setup-node@v1
with:
node-version: "16.x"
- name: 📦 install dependencies
run: yarn
- name: 🚩 run tests
run: yarn test