Skip to content

add support for hex/rgb/rgba colour formats (#3) #24

add support for hex/rgb/rgba colour formats (#3)

add support for hex/rgb/rgba colour formats (#3) #24

Workflow file for this run

name: Lint code
on:
push:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.0'
cache: false # Let golangcilint handle caching
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.60
args: --timeout=4m