Skip to content

Commit 082e18d

Browse files
authored
Merge pull request #24 from devopsbookmarks-org/test_validation
Intentionally break
2 parents a38e82f + 2f4e090 commit 082e18d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/json-validation.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: JSON check
22

33
on:
4-
push:
5-
paths:
6-
- '**.json'
74
pull_request:
85
paths:
96
- '**.json'

data/tools/aap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"slug": "aap",
44
"name": "aap",
5-
"description": "language-agnostic buildpacks using aap.json: an npmlike, highlevel dependecy manager/buildtool using bash+git",
5+
"description": "language-agnostic buildpacks using aap.json: an npmlike, highlevel dependency manager/buildtool using bash+git",
66
"url": "https://github.com/coderofsalvation/aap",
77
"tags": [
88
"linux",

0 commit comments

Comments
 (0)