Skip to content

Commit 2d14a2a

Browse files
authored
Merge branch 'main' into dependabot/go_modules/sigs.k8s.io/kustomize/api-0.13.4
2 parents d469739 + 941ecda commit 2d14a2a

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Run Tests
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
paths:
8+
- website/**
9+
- .github/workflows/publish-website.yaml
10+
- README.md
11+
12+
defaults:
13+
run:
14+
shell: bash
15+
16+
jobs:
17+
test-scaffold:
18+
runs-on: ubuntu-22.04
19+
steps:
20+
- name: Skip the test
21+
run: 'echo "No test required"'

website/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)