We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4da404 commit 0f95443Copy full SHA for 0f95443
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- name: Build the container image
15
run: docker build . -t html5validator
16
- name: Verify validation (HTML, CSS, SVG)
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
9
0 commit comments