lets test pipeline
All checks were successful
Check scripts syntax / build (push) Successful in 1m13s
All checks were successful
Check scripts syntax / build (push) Successful in 1m13s
This commit is contained in:
26
.gitea/workflows/main.yaml
Normal file
26
.gitea/workflows/main.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
name: Check scripts syntax
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Install JS dependencies
|
||||
run: |
|
||||
npm install
|
||||
- name: Run scripts
|
||||
run: |
|
||||
bash download-icons.sh
|
||||
- name: Run build
|
||||
run: |
|
||||
npm run build
|
||||
- name: Release zip
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files: |-
|
||||
dist/**
|
BIN
icon.png
Executable file
BIN
icon.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 763 KiB |
BIN
public/favicon.ico
Executable file
BIN
public/favicon.ico
Executable file
Binary file not shown.
After Width: | Height: | Size: 763 KiB |
Reference in New Issue
Block a user