Skip to content

Commit

Permalink
update format-code
Browse files Browse the repository at this point in the history
  • Loading branch information
AafAnsari committed Jan 16, 2024
1 parent b89f6f7 commit ec2dbd7
Show file tree
Hide file tree
Showing 2 changed files with 5 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
1 change: 1 addition & 0 deletions .github/workflows/reusable_terraform_strategy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
echo "${matrix}" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
echo "${matrix}"
echo "test code scanning"

0 comments on commit ec2dbd7

Please sign in to comment.