Skip to content

Commit

Permalink
add skip folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gosp committed Jun 4, 2020
1 parent 44d9655 commit a9b0711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ parse and analysis resource files

## Usage
```
- name: Test
uses: gosp/resource-checker@v1.1
- name: G11n Analysis
uses: gosp/resource-checker@v1.3
with:
languages: en-US fr-FR
- name: Actifacts publish
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: resouce-check-result
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
mkdir -p $PWD/.cache

/g11nradar/bin/g11n-radar -p $PWD -c $PWD/.cache -d $PWD/detail.csv -s $PWD/summary.csv rule --nostring --locale $*
/g11nradar/bin/g11n-radar -p $PWD -c $PWD/.cache -d $PWD/detail.csv -s $PWD/summary.csv rule --nostring --skip bundlegen/** --locale $*

number=`awk -F',' 'FNR==2 {print $4}' summary.csv`

Expand Down

0 comments on commit a9b0711

Please sign in to comment.