Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

fuck you @typescript-eslint/space-before-function-paren #43

fuck you @typescript-eslint/space-before-function-paren

fuck you @typescript-eslint/space-before-function-paren #43

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: write
jobs:
build:
name: Build
runs-on: ubuntu-latest
concurrency: ci-build-${{ github.ref }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Packages
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint:ci