Skip to content

Bump postcss from 8.4.27 to 8.4.31 in /front-end (#17) #48

Bump postcss from 8.4.27 to 8.4.31 in /front-end (#17)

Bump postcss from 8.4.27 to 8.4.31 in /front-end (#17) #48

Workflow file for this run

---
name: Test
on:
workflow_call:
workflow_dispatch:
pull_request:
branches:
- "**"
push:
branches:
- main
jobs:
lint-frontend:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./front-end
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Run linter
run: npm run lint