Skip to content

Bump @sveltejs/kit from 2.4.1 to 2.4.3 #249

Bump @sveltejs/kit from 2.4.1 to 2.4.3

Bump @sveltejs/kit from 2.4.1 to 2.4.3 #249

name: ESLint, Prettier, build CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install modules
run: yarn
- name: run prettier and eslint
run: yarn lint
- name: run check
run: yarn check
- name: create .env
run: cp .env.example .env
- name: build app
run: yarn build