Skip to content

Bump typescript-eslint from 8.8.0 to 8.8.1 #2481

Bump typescript-eslint from 8.8.0 to 8.8.1

Bump typescript-eslint from 8.8.0 to 8.8.1 #2481

Workflow file for this run

name: Hugo
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
extended: true
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Build
run: ./build.sh
env:
CF_PAGES_URL: /
DARTSASS_VERSION: 1.56.2