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 910fac9 commit 020c756
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: CI
on:
- push
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 020c756

Please sign in to comment.