Skip to content

Commit

Permalink
Merge pull request #49 from devashish2024/main
Browse files Browse the repository at this point in the history
fix permissions of action
  • Loading branch information
ItziSpyder committed Sep 17, 2024
2 parents 1eb2035 + afce580 commit a895e0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ jobs:
lint-and-format:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '21'
node-version: '20'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit a895e0d

Please sign in to comment.