mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
18 lines
335 B
YAML
18 lines
335 B
YAML
name: covector status
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
covector:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 0
|
|
- run: yarn
|
|
- run: yarn workspace action build
|
|
- name: covector status
|
|
uses: ./packages/action
|
|
with:
|
|
command: 'status'
|