Skip to content

Commit

Permalink
Merge pull request #3 from 0xtekgrinder/chore/exemple-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder authored Feb 15, 2024
2 parents 8681f0c + c3545a1 commit 8948d81
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

permissions:
contents: read
pull-requests: write

jobs:
test-typescript:
Expand Down Expand Up @@ -41,19 +40,4 @@ jobs:

- name: Test
id: npm-ci-test
run: npm run ci-test

test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest

steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Assign codefacilitators
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
file: .github/CODEFACILITATORS
run: npm run ci-test
24 changes: 24 additions & 0 deletions .github/workflows/exemple.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Ewxemple

on:
pull_request:
types: [opened]

permissions:
pull-requests: write

jobs:
test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest

steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Assign codefacilitators
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
file: .github/CODEFACILITATORS

0 comments on commit 8948d81

Please sign in to comment.