Skip to content

chore(deps-dev): bump @tailwindcss/postcss in /frontend #37

chore(deps-dev): bump @tailwindcss/postcss in /frontend

chore(deps-dev): bump @tailwindcss/postcss in /frontend #37

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

(Line: 9, Col: 3): Unexpected value 'frontend', (Line: 1, Col: 1): Required property is missing: jobs
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
frontend:
name: Frontend CI
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
- run: npm install
- run: npm run build
- run: npm run lint