Skip to content

Commit

Permalink
Fix GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Sep 22, 2024
1 parent cf9d94d commit a0ff179
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: CI
on:
- push
- pull_request
permissions:
issues: write
pull-requests: write
# For GitHub Comment Reporter
# https://megalinter.io/latest/reporters/GitHubCommentReporter/
push:
pull_request:
branches:
- main
- master
permissions: read-all
jobs:
Mega-Linter:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
# For GitHub Comment Reporter
# https://megalinter.io/latest/reporters/GitHubCommentReporter/
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a0ff179

Please sign in to comment.