Skip to content

Commit

Permalink
Add json syntax check
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmjohnson committed Jul 19, 2023
1 parent 4c06625 commit e5dbb47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- main # or master before October 2020
- main

jobs:
github-pages:
Expand All @@ -16,6 +16,9 @@ jobs:
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: limitusus/json-syntax-check@v1
with:
pattern: "\\bio.json$"
- uses: helaili/[email protected] # Choose any one of the Jekyll Actions
with: # Some relative inputs of your action
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion _data/bio.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"basics": {
"name": "Molly Maluhial",
"name": "Molly Maluhiala",
"label": "Student",
"picture": "https://github.com/kambergjohnson.png",
"email": "[email protected]",
Expand Down

0 comments on commit e5dbb47

Please sign in to comment.