mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-06-07 15:39:30 +00:00
Compare commits
5 commits
003af7c96a
...
55188e9c34
Author | SHA1 | Date | |
---|---|---|---|
|
55188e9c34 | ||
|
ac578f5c1f | ||
|
950d4d9b0f | ||
|
046e3dcd06 | ||
|
8b776c34d1 |
2 changed files with 6 additions and 0 deletions
3
.github/workflows/commitlint.yml
vendored
3
.github/workflows/commitlint.yml
vendored
|
@ -2,6 +2,9 @@ name: Commitlint
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
commitlint:
|
commitlint:
|
||||||
name: Run commitlint scanning
|
name: Run commitlint scanning
|
||||||
|
|
3
.github/workflows/npm-build-and-compile.yml
vendored
3
.github/workflows/npm-build-and-compile.yml
vendored
|
@ -1,5 +1,8 @@
|
||||||
name: NodeJS Build and Compile
|
name: NodeJS Build and Compile
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
actions: write
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue