Skip to content

build(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 #1773

build(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3

build(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 #1773

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
cache: true
- name: Get dependencies
run: go mod download
- name: Test
run: ./run.sh test:backend