Skip to content

refactor(eleventy): set-image-dimensions トランスフォームの内部関数を並べ替える #386

refactor(eleventy): set-image-dimensions トランスフォームの内部関数を並べ替える

refactor(eleventy): set-image-dimensions トランスフォームの内部関数を並べ替える #386

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
main:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm
- run: npm ci
- run: npm run check
- run: npm run lint
- run: npm run build