Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
atas committed Oct 15, 2023
1 parent 9ecc16b commit c2795e1
Show file tree
Hide file tree
Showing 15 changed files with 2,019 additions and 106 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Run PHPUnit tests
run: vendor/bin/phpunit

- name: Run Ata's SSG HTML Builder
uses: atas/[email protected]
with:
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"platform": {
"php": "7.4.0"
}
},
"require-dev": {
"phpunit/phpunit": "^9.6"
}
}
Loading

0 comments on commit c2795e1

Please sign in to comment.