Skip to content

Commit

Permalink
basic CI
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-bubu committed Jan 29, 2024
1 parent fbe9ce1 commit e55be3d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI
on: [push]

jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check Copyright
uses: actions/checkout@v4
run: |
chmod +x ./verify_copyright.sh
- name: Lint
uses: actions/setup-node@v4
with:
node-version: 18
run: |
npm i
npm run lint

0 comments on commit e55be3d

Please sign in to comment.