Skip to content

Commit

Permalink
Fix CI uses error
Browse files Browse the repository at this point in the history
  • Loading branch information
rashed091 committed Nov 19, 2023
1 parent 2f0d87d commit 186e78a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,23 @@ on:
- synchronize

jobs:
audit:
pr-format:
runs-on: ubuntu-latest

steps:
- name: 'PR format check'
uses: 'androidx/check-pr-format-action'
uses: 'androidx/check-pr-format-action@main'
with:
checks: '["(https:\/\/optimizely.atlassian.net\/browse\/){1}(DATA|DSSM){1}-{1}([0-9]+)"]'

- uses: actions/checkout@v3
audit:
needs: pr-format
runs-on: ubuntu-latest

steps:
- name: 'Checkout code'
uses: actions/checkout@v3

- name: inspect
run: |
ls -al
Expand Down

0 comments on commit 186e78a

Please sign in to comment.