Skip to content

feat(frontend)!: Update ghcr.io/envelope-zero/frontend Docker tag to v4 #1415

feat(frontend)!: Update ghcr.io/envelope-zero/frontend Docker tag to v4

feat(frontend)!: Update ghcr.io/envelope-zero/frontend Docker tag to v4 #1415

Workflow file for this run

name: pre-commit
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: 1.23.4
- name: Install go tooling
run: |
make setup-pre-commit-ci
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1