Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Continuous Integration (CI)

on: pull_request

permissions:
contents: read

jobs:
formatting:
name: Formatting
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Conventional Commits

on: pull_request

permissions:
contents: read

jobs:
linting:
name: Linting
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/git-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Git History

on: pull_request

permissions:
contents: read

jobs:
clean:
name: Clean
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/github-actions-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: GitHub Actions Workflows

on: pull_request

permissions:
contents: read

jobs:
linting:
name: Linting
Expand Down