mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
9e4e2e76fa
* Add bats * Write commits tests * Add Workflow * Add .gitignore * Update Test Suite * Disable test * Disable failing test for now
9 lines
97 B
JSON
9 lines
97 B
JSON
{
|
|
"devDependencies": {
|
|
"bats": "^1.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "bats tests"
|
|
}
|
|
}
|