Skip to content

Merge pull request #286 from figma/plugin-typings-release-2024-04-03 #648

Merge pull request #286 from figma/plugin-typings-release-2024-04-03

Merge pull request #286 from figma/plugin-typings-release-2024-04-03 #648

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