Skip to content

chore(deps-dev): Bump svgo from 3.3.2 to 3.3.3 #319

chore(deps-dev): Bump svgo from 3.3.2 to 3.3.3

chore(deps-dev): Bump svgo from 3.3.2 to 3.3.3 #319

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.24.x ]
steps:
# Step 1 - Checks-out your repository under $GITHUB_WORKSPACE
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
# Step 2 - Install Go on the runner
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
# Step 3 - Build
- name: Build
run: go build main.go