Skip to content

Commit

Permalink
ci: add new configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu authored Apr 17, 2024
1 parent ce41abf commit 21d35e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/html-checker.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: HTML Checker

on:
workflow_dispatch:
push:
pull_request:

jobs:
build:
name: Checking HTML
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.4
- uses: actions/cache@v4
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand All @@ -26,3 +25,4 @@ jobs:
- uses: anishathalye/proof-html@v2
with:
directory: ./

0 comments on commit 21d35e2

Please sign in to comment.