Skip to content

doc(README): fzf integration: preserve order #91

doc(README): fzf integration: preserve order

doc(README): fzf integration: preserve order #91

Workflow file for this run

name: Lint and test
on:
push:
branches:
- develop
pull_request:
jobs:
test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
- name: Test
run: go test ./...