Skip to content

Commit

Permalink
ci: Update CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 16, 2021
1 parent 4606a37 commit 3813450
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ branches:
required_status_checks:
strict: true
contexts:
- "Static Analysis"
- "Unit Tests"
- "Mutation Testing"
- "Code Style"
- "Static Analysis (ubuntu-latest, 7.4)"
- "Static Analysis (windows-latest, 7.4)"
- "Static Analysis (macOS-latest, 7.4)"
- "Unit Tests (ubuntu-latest, 7.4)"
- "Unit Tests (windows-latest, 7.4)"
- "Unit Tests (macOS-latest, 7.4)"
- "Mutation Testing (ubuntu-latest, 7.4)"
- "Code Style (ubuntu-latest, 7.4)"

restrictions: null
required_linear_history: true

Expand Down

0 comments on commit 3813450

Please sign in to comment.