diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6406ef2..0151ba1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: / \ No newline at end of file + runs-on: ubuntu-latest + steps: + - name: HTML5 Validator + uses: Cyb3r-Jak3/html5validator-action@master + with: + root: /