Skip to content

Commit

Permalink
Add service files [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
efiand committed Feb 23, 2025
1 parent 070c349 commit 838855f
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
ci:
name: CI
if: "!contains(github.event.head_commit.message, '[skip')"
runs-on: ubuntu-latest
steps:
- name: Set up Node.js
Expand All @@ -17,7 +18,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Lint
if: "!contains(github.event.head_commit.message, '[skip')"
run: npm run lint
- name: Build
if: "!contains(github.event.head_commit.message, '[skip-build')"
Expand Down
Loading

0 comments on commit 838855f

Please sign in to comment.