mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-19 18:26:04 +08:00
Initial commit
This commit is contained in:
19
.github/workflows/test.yml
vendored
Normal file
19
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: install
|
||||
run: yarn install
|
||||
|
||||
- name: format-check
|
||||
run: yarn format-check
|
||||
|
||||
- name: package
|
||||
run: yarn package
|
Reference in New Issue
Block a user