Skip to content

Commit

Permalink
Remove old workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Mar 13, 2024
1 parent 647ffa0 commit 6ca0a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/build.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: CI

on:
push:
Expand All @@ -18,6 +18,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 6ca0a82

Please sign in to comment.