Tldraw/.github/workflows/main.yml

12 wiersze
190 B
YAML
Czysty Zwykły widok Historia

2021-07-08 12:45:17 +00:00
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test