Skip to content

Bump eslint-plugin-import from 2.28.1 to 2.29.0 in /webapp #1022

Bump eslint-plugin-import from 2.28.1 to 2.29.0 in /webapp

Bump eslint-plugin-import from 2.28.1 to 2.29.0 in /webapp #1022

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'
check-latest: true
cache: true
- name: Dist
run: make dist