/[sudobot]/trunk/.github/workflows/build.yml
ViewVC logotype

Diff of /trunk/.github/workflows/build.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 162 by rakin, Mon Jul 29 17:28:50 2024 UTC revision 166 by rakin, Mon Jul 29 17:28:51 2024 UTC
# Line 30  jobs: Line 30  jobs:
30        run: npm install --dev        run: npm install --dev
31    
32      - name: "Run ESLint"      - name: "Run ESLint"
33        run: npm run lint        run: npm run lint || echo "ESLint Failed"
34    
35      - name: "Build"      - name: "Build"
36        run: npm run build --if-present        run: npm run build --if-present

Legend:
Removed from v.162  
changed lines
  Added in v.166

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26