Skip to content

Bump postcss from 8.4.27 to 8.4.28 in /frontend #161

Bump postcss from 8.4.27 to 8.4.28 in /frontend

Bump postcss from 8.4.27 to 8.4.28 in /frontend #161

Workflow file for this run

name: backend tests
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Run tests
run: cd backend && make test