/[sudobot]/trunk/.github/workflows/blazebuild.yml
ViewVC logotype

Annotation of /trunk/.github/workflows/blazebuild.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File size: 433 byte(s)
chore: add trunk
1 rakinar2 575 name: Build BlazeBuild
2    
3     on: [push, pull_request]
4    
5     jobs:
6     build:
7     runs-on: ubuntu-latest
8    
9     defaults:
10     run:
11     working-directory: blazebuild
12    
13     steps:
14     - uses: actions/checkout@v4
15    
16     - name: Setup Node
17     uses: actions/setup-node@v4
18     with:
19     node-version: "22.4.0"
20    
21     - name: Install Dependencies
22     run: npm install -D
23    
24     - name: Build with TypeScript
25     run: npx tsc

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26