Skip to content

⬆️ Bump @rollup/plugin-typescript from 12.1.0 to 12.1.2 #827

⬆️ Bump @rollup/plugin-typescript from 12.1.0 to 12.1.2

⬆️ Bump @rollup/plugin-typescript from 12.1.0 to 12.1.2 #827

Workflow file for this run

name: Checks
on:
pull_request:
types: [opened, reopened, synchronize, edited]
branches-ignore:
- 'nobuild**'
push:
branches:
- main
tags:
- 'v*.*.*'
jobs:
UnitTests:
name: 'Tests and Builds'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- name: Install
run: |
npm ci
- name: Build Succeeds
run: |
npm run build
- name: Format Check
run: |
npm run lint