diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/linting.yml similarity index 59% rename from .github/workflows/pre-commit.yml rename to .github/workflows/linting.yml index cf92d17c..3acd3be7 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/linting.yml @@ -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: diff --git a/README.md b/README.md index e5864388..283b6eb4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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