Skip to content

Commit

Permalink
Updated github action (lint, test)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkonst committed Mar 5, 2024
1 parent 20c1ccb commit ac76c3e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 77 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: check

on: [push]

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint
- run: npm test
38 changes: 0 additions & 38 deletions .github/workflows/test.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .semaphore/semaphore.yml

This file was deleted.

0 comments on commit ac76c3e

Please sign in to comment.