Skip to content

Commit

Permalink
chore: Update build tooling (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy authored Dec 20, 2024
1 parent 387cc46 commit 214d356
Show file tree
Hide file tree
Showing 18 changed files with 2,036 additions and 693 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Automation
on:
push:
branches: ['**']
tags: ['**']
release:
types: ['created']
pull_request:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Test
run: npm test
Loading

0 comments on commit 214d356

Please sign in to comment.