mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-19 13:08:25 +02:00
first README draft
This commit is contained in:
parent
4faf62d997
commit
a894e6404f
5 changed files with 105 additions and 4 deletions
5
.github/workflows/pull-request.yml
vendored
5
.github/workflows/pull-request.yml
vendored
|
@ -15,9 +15,10 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Node ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
- run: npm ci
|
||||
- run: npm test
|
Loading…
Add table
Add a link
Reference in a new issue