mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-12 18:25:15 +00:00
Clean up of validations
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# https://github.com/actions/labeler
|
||||
|
||||
name: Checks
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: test
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Labelling pull request
|
||||
uses: actions/labeler@v2
|
||||
with:
|
||||
repo-token: "${{secrets.GITHUB_TOKEN}}"
|
||||
Reference in New Issue
Block a user