Skip to content
Open
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
17 changes: 17 additions & 0 deletions .github/workflows/flake-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Flake Review

on:
pull_request:
branches: [master, dev]

permissions:
contents: read
pull-requests: write

jobs:
review:
uses: ojsef39/flake-review/.github/workflows/flake-review-reusable.yml@c0865b03f28eaca7342a928eb166a6d11a7c6c51
with:
# https://github.com/ojsef39/flake-review/blob/main/.github/workflows/flake-review-reusable.yml
concurrency-group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
matrix: '[{"runner":"macos-latest","systems":"aarch64-darwin","name":"darwin"},{"runner":"ubuntu-latest","systems":"x86_64-linux","name":"linux"}]'
Loading