Skip to content

Drop extraneous import that eslint keeps wanting to add on save #113

Drop extraneous import that eslint keeps wanting to add on save

Drop extraneous import that eslint keeps wanting to add on save #113

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies for build validation
run: yarn
- name: Test calendar ICS generation
run: yarn gen-calendar
- name: Perform build validation
run: yarn build
- name: Perform linting
run: yarn lint