mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
build: initialize JavaScript Action project (#69)
* build: initialize JavaScript action project * chore(dependabot): check for npm package updates * style: ignore `main` dir and `README.md` from being formatted * ci: add Build workflow that contains Build Package job * ci: add Test Package job in the Test workflow * test: add an empty `main.test.ts` test * chore: adjust Git attributes for `main/index.mjs` file * docs(readme): add a build status badge
This commit is contained in:
9
.github/dependabot.yaml
vendored
9
.github/dependabot.yaml
vendored
@@ -7,3 +7,12 @@ updates:
|
||||
commit-message:
|
||||
prefix: chore
|
||||
labels: [chore]
|
||||
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
commit-message:
|
||||
prefix: chore
|
||||
labels: [chore]
|
||||
versioning-strategy: increase
|
||||
|
||||
Reference in New Issue
Block a user