Skip to content

Commit

Permalink
Basic bearer workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed May 24, 2024
1 parent 37a91c6 commit 01c7cb2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/bearer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Bearer

on: [pull_request]

permissions:
contents: read

jobs:
rule_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bearer
uses: bearer/bearer-action@v2

0 comments on commit 01c7cb2

Please sign in to comment.