Skip to content

Commit

Permalink
Merge branch 'main' into cookieconsent-css
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Feb 22, 2024
2 parents 8f1eb2a + 9188778 commit 90bfaa3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build
on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint
17 changes: 0 additions & 17 deletions .github/workflows/run-tests.yaml

This file was deleted.

0 comments on commit 90bfaa3

Please sign in to comment.