Create CI/CD #9

Open
luketainton wants to merge 4 commits from feat/cicd into main
Showing only changes of commit 18aa090bd6 - Show all commits

View File

@ -17,6 +17,8 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install dependencies
run: npm install stylelint htmlhint
- name: Lint - name: Lint
uses: wearerequired/lint-action@v2 uses: wearerequired/lint-action@v2
with: with: