Skip to content

Commit

Permalink
Github related
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail Gjevori committed Apr 2, 2022
1 parent 8f77e88 commit 182fcf5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
changelog:
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: New Features 🎉
labels:
- Semver-Minor
- enhancement
- title: Crashed bugs 🐛
labels:
- bug
- title: Documentation 📑
labels:
- documentation
- title: Other Changes
labels:
- "*"
17 changes: 17 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
- run: go test

0 comments on commit 182fcf5

Please # to comment.