Skip to content

Commit

Permalink
Merge pull request #255 from ixartz/eslint-json
Browse files Browse the repository at this point in the history
feat: use eslintrc.json and give release.yml permission in GitHub Act…
  • Loading branch information
ixartz authored Mar 7, 2024
2 parents d39e200 + a329518 commit 3afce71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
name: Create a new release
runs-on: ubuntu-latest

permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3afce71

Please sign in to comment.