Skip to content

Bump webpack from 5.82.0 to 5.90.1 #544

Bump webpack from 5.82.0 to 5.90.1

Bump webpack from 5.82.0 to 5.90.1 #544

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 ./...