Skip to content

Commit

Permalink
chore: clean up ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Sep 18, 2024
1 parent 44c32a3 commit 86bc3c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 37 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ on:
jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- run: npm ci
- run: npm test
20 changes: 0 additions & 20 deletions .github/workflows/licensed.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .licensed.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The MIT License (MIT)

Copyright (c) 2018 codaline-io, Inc. and contributors
Copyright (c) 2024 codaline-io, Inc. and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 86bc3c8

Please sign in to comment.