Skip to content

feat: PrevStep/NextStep to move through steps with only 2 keys. #79

feat: PrevStep/NextStep to move through steps with only 2 keys.

feat: PrevStep/NextStep to move through steps with only 2 keys. #79

Workflow file for this run

name: checks
on:
push:
branches: [ "main" ]
tags: ["v*"]
pull_request:
branches: [ "main" ]
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: checks
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.22
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: -c .golangci.yml
only-new-issues: true