Skip to content

Merge pull request #402 from typed-actions/export-types #425

Merge pull request #402 from typed-actions/export-types

Merge pull request #402 from typed-actions/export-types #425

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- run: npm ci
- run: npm run style:check
- run: npm test