Skip to content

Bump postcss from 8.4.27 to 8.4.31 in /website #1337

Bump postcss from 8.4.27 to 8.4.31 in /website

Bump postcss from 8.4.27 to 8.4.31 in /website #1337

name: Golang Unit Tests
on: [push, pull_request]
jobs:
build:
name: Execute all the unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.4
- name: Test
run: make test