Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjethani committed May 30, 2024
1 parent e049cc7 commit e52f685
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: check
on: [push, pull_request]

on:
push:
branches:
- main
- master
pull_request:

jobs:
golangci-lint:
runs-on: ubuntu-latest
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: test
on: [push, pull_request]

on:
push:
branches:
- main
- master
pull_request:

jobs:
go-test:
strategy:
Expand Down

0 comments on commit e52f685

Please sign in to comment.