Skip to content

backup: preserve negated ignore matches #2132

backup: preserve negated ignore matches

backup: preserve negated ignore matches #2132

Workflow file for this run

name: Go on windows
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: windows-latest
timeout-minutes: 10
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Build
run: go build -v .
# - name: Test
# run: go test -v ./...