diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index afe390f..a41db0c 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -21,10 +21,13 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Lint Code Base uses: github/super-linter@v4 env: VALIDATE_ALL_CODEBASE: false + VALIDATE_TYPESCRIPT_ES: false + VALIDATE_TYPESCRIPT_STANDARD: false DEFAULT_BRANCH: "main" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/public/fonts/bettins-ywpem.ttf b/public/fonts/bettins-ywpem.ttf new file mode 100644 index 0000000..8f486ee Binary files /dev/null and b/public/fonts/bettins-ywpem.ttf differ diff --git a/src/components/Header.astro b/src/components/Header.astro index 61125f1..9eea457 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -9,7 +9,7 @@ import Magnifying from './icons/Magnifying.astro';