Skip to content

Commit

Permalink
Update aedificare.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-richardson authored Jun 24, 2024
1 parent 6042b34 commit 78334e1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/aedificare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
# run: npm test --passWithNoTests
# env:
# CI: true
# - name: invenire
# run: local locus=$(grep 'outDir' ./tsconfig.json | awk '{ print $2 }') | tr -dc '[:alpha:]\n'
# - name: emissa
# run: local emissa=$(find ${locus} -type f | wc -l)
# - name: delere
# if: ${{ emissa }} = 0
# run: |
# printf '::error title=aedificare::defectust'
# exit 1
- name: invenire
run: local locus=$(grep 'outDir' ./tsconfig.json | awk '{ print $2 }') | tr -dc '[:alpha:]\n'
- name: emissa
run: local emissa=$(find ${locus} -type f | wc -l)
- name: delere
if: ${{ emissa }} = 0
run: |
printf '::error title=aedificare::defectust'
exit 1

0 comments on commit 78334e1

Please sign in to comment.