Skip to content

Commit

Permalink
feat: remove a from on a push
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Mar 30, 2024
1 parent 6ac5772 commit 527cc05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ npx @allohamora/cli
| **standard-version** | setups [standard-version](https://github.com/conventional-changelog/standard-version) with the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) config and release scripts | |
| **jest** | setups [jest](https://github.com/facebook/jest) with a config and test scripts | |
| **docker** | setups [docker](https://github.com/docker) with Dockerfile and .dockerignore files | |
| **test-workflow** | setups a github test workflow that runs `npm run test` on a push | |
| **build-workflow** | setups a github build workflow that runs `npm run build` on a push | |
| **test-workflow** | setups a github test workflow that runs `npm run test` on push | |
| **build-workflow** | setups a github build workflow that runs `npm run build` on push | |
| **codecov-workflow** | setups a codecov workflow that collects a code coverage and sends it to codecov | |
| **dependabot** | setups github [dependabot](https://github.com/dependabot) that manages dependencies | |

Expand Down

0 comments on commit 527cc05

Please sign in to comment.