Skip to content

Commit 2f4e090

Browse files
committed
Fix
1 parent 5ca0812 commit 2f4e090

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
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: 2 additions & 2 deletions
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",
@@ -17,7 +17,7 @@
1717
"dependency",
1818
"buildtool",
1919
"open-source",
20-
"free",
20+
"free"
2121
]
2222
}
2323
]

0 commit comments

Comments
 (0)