Skip to content

Commit

Permalink
Merge pull request #141 from silinternational/develop
Browse files Browse the repository at this point in the history
Convert from Codeship to GitHub Actions
  • Loading branch information
briskt authored Feb 28, 2024
2 parents 8395837 + b1cb257 commit 887aaa5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build

on:
push:

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Build
run: |
mv .env.dist .env.local
npm install
npm run build
8 changes: 0 additions & 8 deletions .whitesource

This file was deleted.

0 comments on commit 887aaa5

Please sign in to comment.