mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-19 18:56:45 +00:00
First Release
This commit is contained in:
commit
39196cfe3c
15 changed files with 41721 additions and 0 deletions
19
.github/workflows/publish.yaml
vendored
Normal file
19
.github/workflows/publish.yaml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Publish to Marketplace
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
- name: Setup Node.js
|
||||
uses: https://github.com/actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue