Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 0 additions & 57 deletions .github/workflows/mobile-ci.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/soroban-ci.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/veilend-backend.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/web-ci.yml
Original file line number Diff line number Diff line change
@@ -1,53 +0,0 @@
name: Web CI

on:
push:
branches:
- main
paths:
- "veilend-web/**"
- ".github/workflows/web-ci.yml"
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
paths:
- "veilend-web/**"
- ".github/workflows/web-ci.yml"
workflow_dispatch:

concurrency:
group: web-ci-${{ github.ref }}
cancel-in-progress: true

jobs:
web-checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: veilend-web

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: veilend-web/package-lock.json

- name: Install dependencies
run: npm ci

- name: Type check
run: npm run type-check

- name: Lint
run: npm run lint

- name: Build
run: npm run build
17 changes: 0 additions & 17 deletions .gitignore

This file was deleted.

Loading