Skip to content

Commit

Permalink
Adding CI to action
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousben committed Feb 20, 2022
1 parent bcc8b80 commit 4e19767
Show file tree
Hide file tree
Showing 2 changed files with 562 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: "CI"

on:
push:
branches:
- main
pull_request:

permissions:
contents: write
pull-requests: write

jobs:
checks:
name: "Checks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: WillAbides/[email protected]
with:
go-version: "*"
- name: Patch Coverage
uses: ./
with:
version: main
coverage_filename: testdata/coverage.out
diff_filename: testdata/diff.diff
Loading

0 comments on commit 4e19767

Please sign in to comment.