Skip to content

Commit

Permalink
versuch
Browse files Browse the repository at this point in the history
  • Loading branch information
Juergen Arndt committed Oct 4, 2024
1 parent 0510fb6 commit f902a39
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test and Deploy
on:
- push

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Get code
uses: actions/checkout@v3
- name: Install nodeJS
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Run linter
run: npm lint

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.swp

0 comments on commit f902a39

Please sign in to comment.