Skip to content

Commit

Permalink
ci: Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle authored Aug 14, 2024
1 parent 9b35b2d commit 7395afc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ on:
branches: [ main ]

jobs:
# Single deploy job since we're just deploying
build:
- name: HTML5 Validator
uses: Cyb3r-Jak3/html5validator-action@master
with:
root: /
runs-on: ubuntu-latest
steps:
- name: HTML5 Validator
uses: Cyb3r-Jak3/html5validator-action@master
with:
root: /

0 comments on commit 7395afc

Please sign in to comment.