lets test pipeline
All checks were successful
Check scripts syntax / build (push) Successful in 1m13s

This commit is contained in:
2025-07-27 18:29:30 -03:00
parent 905b05e343
commit 05263d0d3a
3 changed files with 26 additions and 0 deletions

View 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/**