Skip to content

Commit

Permalink
[test] 测试ci流程
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarcis-cy committed Jun 25, 2024
1 parent 3c7333e commit 498af24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Check for lint errors
run: |
echo "Lint output:"
cat xlint_output
if grep -q "[ERR]" xlint_output; then
echo "Lint errors found:"
grep "[ERR]" xlint_output
Expand Down
2 changes: 1 addition & 1 deletion finger/Azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ manual: false
detail:
fingerprint:
name: Azure
fofa: header="azure-webrole-instance-id"
fofa: header="azure-webrole-instance"
transport: http
rules:
r0:
Expand Down

0 comments on commit 498af24

Please sign in to comment.