Skip to content

new path

new path #5

Workflow file for this run

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