Skip to content

Bump the npm_and_yarn group in /src/frontend with 2 updates (#355) #683

Bump the npm_and_yarn group in /src/frontend with 2 updates (#355)

Bump the npm_and_yarn group in /src/frontend with 2 updates (#355) #683

Workflow file for this run

on: [push]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: make test