Skip to content

fixed the lint isuue. #609

fixed the lint isuue.

fixed the lint isuue. #609

Workflow file for this run

name: build
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn
- run: yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn build
- uses: actions/upload-artifact@v3
with:
path: |
build/simple-calendar-*.zip
build/google-calendar-events/readme.txt