mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-07 00:49:46 -06:00
Update workflows
This commit is contained in:
committed by
GitHub
parent
bb1f06a3ac
commit
193494f53c
18
.github/workflows/merge-queue.yml
vendored
Normal file
18
.github/workflows/merge-queue.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Validate code in the merge queue
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
validate-pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Display info
|
||||
run: |
|
||||
pwd
|
||||
tree -a -I '.git'
|
||||
git status
|
||||
- name: Run slow CI (emulated by a long sleep)
|
||||
run: sleep 300
|
||||
Reference in New Issue
Block a user