1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-01-09 11:42:36 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
87082b7efd
build(deps): bump actions/checkout from 2 to 3 (#49)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 22:46:43 +03:00
954ae84191
dependabot: enable github-actions package-ecosystem 2022-05-02 22:42:53 +03:00
b1da17a7b4
enable html5 validating workflow 2022-05-02 22:42:38 +03:00
2 changed files with 30 additions and 0 deletions

View File

@ -5,3 +5,7 @@ updates:
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

26
.github/workflows/html5validator.yml vendored Normal file
View File

@ -0,0 +1,26 @@
name: HTML5 Validator
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # Required will all actions
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Jekyll build
run: |
bundle exec jekyll build --drafts --profile
- name: Checks HTML5 validity
uses: Cyb3r-Jak3/html5validator-action@v7.1.1
with:
root: _site/
blacklist: n r or ir