Skip to content

Commit

Permalink
Merge pull request #239 from EarthSchlange/feat_commitzen_utils
Browse files Browse the repository at this point in the history
feat: commitzen utils to github actions
  • Loading branch information
Michael Hiiva committed Dec 7, 2021
2 parents 2dd9253 + 3fc6e5f commit ada2773
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/pre-commit.yml → .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
name: pre-commit
name: lint

on:
pull_request:
push:
branches: [master]
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened

jobs:
semantics:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.4.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

pre-commit:
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# The American Go Association Games Database (AGAGD)

The `AGAGD` application is what runs [agagd.usgo.org](https://agagd.usgo.org). Originally, ported from the EuroGo Games Database, the `AGAGD` application now provides a means for members and non-members tournament information, chapter informaiton and member insights.
The `AGAGD` application is what runs [agagd.usgo.org](https://agagd.usgo.org). Originally, ported from the EuroGo Games Database, the `AGAGD` application provides a means for members and non-members tournament information, chapter information and member insights.

## Contents

Expand All @@ -14,7 +14,9 @@ The `AGAGD` application is what runs [agagd.usgo.org](https://agagd.usgo.org). O

## Contributing

We welcome any contributions. You could update documentation or our getting started or add a feature or find another way to improve the `AGAGD` application. Any contributions should be submitted as Pull Requests (PR). If you new to contributing on Github, take a look a the [First Contributions](https://firstcontributions.github.io/) project.
We welcome any contributions. You could update documentation or our getting started or add a feature or find another way to improve the `AGAGD` application. Any contributions should be submitted as Pull Requests (PR) with [Conventional Commit(s) Messages](https://www.conventionalcommits.org). You can use the [CZ Cli](https://github.com/commitizen/cz-cli) tool if you would like a conventional commit message aid.

If you new to contributing on Github, take a look a the [First Contributions](https://firstcontributions.github.io/) project.

## Requirements

Expand Down

0 comments on commit ada2773

Please sign in to comment.