Skip to content

Commit

Permalink
add a FUNDING.YML file
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNoteworthy committed Aug 29, 2023
1 parent 1f0f9ae commit 46a0c76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/FUNDING.YML
@@ -0,0 +1 @@
github: LordNoteworthy
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
@@ -1,11 +1,12 @@
name: build-test

on: [push, pull_request]
on: [push]

jobs:
test:
name: build-test
strategy:
fail-fast: false
matrix:
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 46a0c76

Please sign in to comment.