Skip to content

Commit

Permalink
Also add Prettier job to format CciNistMappingData.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Oct 28, 2024
1 parent 865e722 commit 1a99a36
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/convert-cci-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '0 0 1 * *'

jobs:
Convert-CCI-List:
convert-cci-list:
runs-on: ubuntu-22.04
steps:
- name: Checkout the code
Expand Down Expand Up @@ -57,3 +57,17 @@ jobs:
with:
github_token: ${{secrets.GITHUB_TOKEN}}
branch: ${{github.ref}}
prettier:
runs-on: ubuntu-latest

steps:
- name: Checkout the code
uses: actions/checkout@v4
with:
ref: ${{github.head_ref}}
fetch-depth: 0

- name: Prettify code
uses: creyD/[email protected]
with:
only_changed: True

0 comments on commit 1a99a36

Please sign in to comment.