Skip to content

Bump github.com/mattn/go-sixel from 0.0.5 to 0.0.8 #9

Bump github.com/mattn/go-sixel from 0.0.5 to 0.0.8

Bump github.com/mattn/go-sixel from 0.0.5 to 0.0.8 #9

name: Build and Lint
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- name: Build
run: go build -v ./...
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v6