Skip to content

Bump style-loader from 3.3.4 to 4.0.0 in /webapp #1177

Bump style-loader from 3.3.4 to 4.0.0 in /webapp

Bump style-loader from 3.3.4 to 4.0.0 in /webapp #1177

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Install Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.19
check-latest: true
cache: true
- name: Test
run: go test ./...