Skip to content

fix(deps): bump @eslint/js from 9.30.1 to 9.31.0 in /internal/verifier/js in the all group #1483

fix(deps): bump @eslint/js from 9.30.1 to 9.31.0 in /internal/verifier/js in the all group

fix(deps): bump @eslint/js from 9.30.1 to 9.31.0 in /internal/verifier/js in the all group #1483

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
tags-ignore:
- "*"
pull_request:
branches: ["main"]
permissions:
contents: read
env:
GOTOOLCHAIN: local
jobs:
build:
name: ${{ matrix.os }}
env:
SHOPWARE_CLI_DISABLE_WASM_CACHE: 1
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-14
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # ratchet:actions/setup-go@v5
with:
go-version: '1.24'
check-latest: true
cache: true
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...