Skip to content

Increase boot partition size for ISO images #37

Increase boot partition size for ISO images

Increase boot partition size for ISO images #37

Workflow file for this run

name: golangci-lint
on: [pull_request]
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: actions/checkout@v3
- name: Install gdk
run: sudo apt-get install -y libgtk-3-dev
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true