itizawa %!s(int64=6) %!d(string=hai) anos
pai
achega
3f1e4179a2
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .github/workflows/ci.yml

+ 5 - 0
.github/workflows/ci.yml

@@ -283,3 +283,8 @@ jobs:
         channel: '#ci'
         isCompactMode: true
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
+
+    - name: Check whether workspace is clean
+      run: |
+        STATUS=`git status --porcelain`
+        if [ -z "$STATUS" ]; then exit 0; else exit 1; fi