Skip to content

Commit

Permalink
remove lint html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz committed Jan 4, 2024
1 parent d0c5f9b commit 5196367
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
VALIDATE_ALL_CODEBASE: true
VALIDATE_JSCPD: false
VALIDATE_RUST_2015: false
FILTER_REGEX_EXCLUDE: .*templates/layout/*.html
VALIDATE_HTML: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...
22 changes: 10 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
---
name: build and test

on:
'on':
push:
branches: [ "main" ]
branches:
- main
pull_request:
branches: [ "main" ]

branches:
- main
env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
...

0 comments on commit 5196367

Please sign in to comment.