Skip to content

Commit

Permalink
Update format-code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AafAnsari committed Jan 16, 2024
1 parent 2f9213c commit 4d9671e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
- cron: 45 4 * * 1

permissions:
contents: write
pull-requests: write
contents: read

concurrency:
group: '${{ github.ref }}-${{ github.workflow }}'
Expand All @@ -17,6 +16,9 @@ concurrency:
jobs:
build:
name: MegaLinter
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit 4d9671e

Please sign in to comment.