Skip to content

Merge branch 'main' of github.com:Xtendify/Simple-Calendar into issue… #1011

Merge branch 'main' of github.com:Xtendify/Simple-Calendar into issue…

Merge branch 'main' of github.com:Xtendify/Simple-Calendar into issue… #1011

Workflow file for this run

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