0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Update deploy workflow to include build step and testing Gitea Action

This commit is contained in:
2024-09-11 20:25:20 +00:00
parent be3616d2d6
commit d3034596b7
3 changed files with 141 additions and 75 deletions

14
.gitea/workflows/main.yml Normal file
View File

@ -0,0 +1,14 @@
name: Test
on: [push, pull_request]
jobs:
test:
container: gitea/runner-images:ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run check