Skip to content

Commit

Permalink
Merge branch 'main' into cookieconsent
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Feb 22, 2024
2 parents e3e16f5 + 9188778 commit 3199f3e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Please always provide the [GitHub issue(s)](../issues) your PR is for, as well a
Fix #<gh-issue-id>

Test URLs:
- Before: https://main--helix-block-collection--adobe.hlx.page
- After: https://<branch>--helix-block-collection--adobe.hlx.page
- Before: https://main--aem-block-collection--adobe.hlx.page
- After: https://<branch>--aem-block-collection--adobe.hlx.page
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 3199f3e

Please sign in to comment.