add bearer
This commit is contained in:
17
.github/workflows/bearer.yml
vendored
Normal file
17
.github/workflows/bearer.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Bearer
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
rule_check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Bearer
|
||||||
|
uses: bearer/bearer-action@v2
|
||||||
Reference in New Issue
Block a user