Skip to content

Bump postcss from 8.4.24 to 8.4.31 #514

Bump postcss from 8.4.24 to 8.4.31

Bump postcss from 8.4.24 to 8.4.31 #514

Workflow file for this run

---
name: 'Go Tests'
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v2
- name: Go Test
run: |
# we don't care about the assets
mkdir -p web/dist/ && \
touch web/dist/_example && \
go test ./...