Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed May 21, 2024
1 parent b3f1666 commit 792d1e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Continuous Integration

on: [push, pull_request]

permissions:
contents: read
pull-requests: write

jobs:
ci:
name: ci
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ name: Coverage
on:
workflow_call:

permissions:
contents: read
pull-requests: write

jobs:
coverage:
Expand Down

0 comments on commit 792d1e1

Please sign in to comment.