2024-03-01 14:29:01 +03:00
|
|
|
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
|
2021-04-11 01:09:09 +03:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
2020-06-12 17:23:54 +03:00
|
|
|
name: covector status
|
|
|
|
on: [pull_request]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
covector:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
2023-09-09 16:38:19 +03:00
|
|
|
- uses: actions/checkout@v4
|
2020-07-10 20:29:11 +03:00
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
2020-06-12 17:23:54 +03:00
|
|
|
- name: covector status
|
2022-02-13 06:56:06 +03:00
|
|
|
uses: jbolda/covector/packages/action@covector-v0
|
2020-06-12 17:23:54 +03:00
|
|
|
id: covector
|
|
|
|
with:
|
2022-04-21 21:09:57 +03:00
|
|
|
command: 'status'
|
2024-07-12 15:02:26 +03:00
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
comment: true
|