Skip to content

Refactor image resizing #1466

Refactor image resizing

Refactor image resizing #1466

Workflow file for this run

name: Lint (golangci-lint)
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libvips-dev
version: 1.0
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.x
# Silence embed linting error
- run: mkdir frontend/build && touch frontend/build/dummy
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest