Skip to content

ci: automate releases #372

ci: automate releases

ci: automate releases #372

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.23.2]
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ matrix.node-version }}
- name: yarn, build, and test
run: |
yarn
yarn test
env:
CI: true
NODE_ENV: test
LINEAR_API_KEY: ${{ secrets.LINEAR_API_KEY }}
LINEAR_TEAM_ID: ${{ secrets.LINEAR_TEAM_ID }}
- name: Validate the Zapier schema
run: |
yarn zapier-build
./node_modules/.bin/zapier-platform validate --without-style