Skip to content

Commit

Permalink
Merge pull request #222 from antonioribeiro/add-linting
Browse files Browse the repository at this point in the history
Add PHPUnit tests to the linting workflow
  • Loading branch information
antonioribeiro authored Oct 20, 2024
2 parents eb71876 + 7a140a9 commit 6cf238b
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 182 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,17 @@ Google2FA is licensed under the MIT License - see the [LICENSE](LICENSE.md) file

Pull requests and issues are more than welcome.

### Contribution setup

If you want to contribute, make sure code is checked, tested, linted and formatted before pushing it.

Please install NPM packages to setup a husky pre-commit hook that will help you with that:

```bash
npm install
npm run prepare
```

## Sponsorships

### Direct
Expand Down
Loading

0 comments on commit 6cf238b

Please sign in to comment.