Skip to content

chore(deps): bump the material group with 3 updates #2560

chore(deps): bump the material group with 3 updates

chore(deps): bump the material group with 3 updates #2560

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
types: [opened, edited, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'v1.22.4'
- name: Set up Yarn
uses: mskelton/setup-yarn@v3
with:
node-version: 22.2.0
- name: Yarn Test
run: yarn test
- name: Yarn Build
run: yarn build
- name: Build Go
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v6