mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
chore: actions: permissions
This commit is contained in:
parent
ea584aceea
commit
e59167b1fa
1 changed files with 3 additions and 1 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Node CI
|
||||
on:
|
||||
- push
|
||||
permissions:
|
||||
contents: write
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -27,7 +29,7 @@ jobs:
|
|||
run: bun i --no-save
|
||||
- name: Lint
|
||||
run: redrun fix:lint
|
||||
- name: Typos
|
||||
- name: Typos
|
||||
uses: coderaiser/typos.ai@v1.1.2
|
||||
with:
|
||||
key: ${{ secrets.TYPOS_AI_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue