diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa8c92a..7506be9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: branches: [ main ] jobs: - lint-and-build: + lint-test-build: runs-on: ubuntu-latest strategy: @@ -33,6 +33,9 @@ jobs: - name: Check formatting run: npm run format:check + - name: Run tests + run: npm run test:run + - name: Build project run: npm run build diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..cc75394 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,179 @@ +# Contributing to ZanePersonal + +Thank you for your interest in contributing to this project! While this is primarily a personal website, contributions are welcome. + +## Commit Message Format + +This project follows the [Conventional Commits](https://www.conventionalcommits.org/) specification for commit messages. + +### Format + +``` +(): + + + +