Skip to content

Commit a590e87

Browse files
Merge pull request #38 from Ratio1/develop
Develop
2 parents bb02dff + f6fb956 commit a590e87

File tree

106 files changed

+5179
-803
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+5179
-803
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Validate new services
2+
3+
on:
4+
pull_request:
5+
branches: [develop]
6+
7+
jobs:
8+
validate:
9+
if: startsWith(github.event.pull_request.title, 'add_service:')
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
14+
with:
15+
node-version: 20
16+
- run: npm ci
17+
- run: npm run validate-services

0 commit comments

Comments
 (0)