Skip to content

Merge pull request #271 from figma/plugin-typings-2024-01-10 #617

Merge pull request #271 from figma/plugin-typings-2024-01-10

Merge pull request #271 from figma/plugin-typings-2024-01-10 #617

Workflow file for this run

name: CI
on: [push]
jobs:
test-typings-compile:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- run: npm install typescript
- run: npm test
- run: npm run prettier:check
test-usage-script:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- run: ./test-usage.sh