Unverified Commit ba8492f4 authored by 柯振旭's avatar 柯振旭
Browse files

Reorder lint action

parent 519e8c22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,9 +48,9 @@ jobs:
      - name: Compile
        run: |
          cd dolphinscheduler-ui
          npm run lint
          npm install node-sass --unsafe-perm
          npm install
          npm run lint
          npm run build

  License-check: