Skip to content

Commit 866fdc8

Browse files
committed
changes from prettier
1 parent cd1f052 commit 866fdc8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/blog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
name: blog
5656
path: |
5757
./content/blog
58-
./static/blog
58+
./static/blog

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
base: main
3333
title: Release ${{ steps.version.outputs.next_tag }}
3434
labels: chore
35-
# reviewers:
35+
# reviewers:
3636
assignees: melange396
3737
body: |
3838
Releasing ${{ steps.version.outputs.next_tag }}.

.github/workflows/dependabot-assignments.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ permissions:
77
jobs:
88
dependabot:
99
runs-on: ubuntu-latest
10-
env:
11-
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
10+
env:
11+
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
1212
if: ${{ github.actor == 'dependabot[bot]' }}
1313
steps:
1414
- name: Assign team to PR
1515
run: gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
1616
env:
17-
PR_URL: ${{github.event.pull_request.html_url}}
17+
PR_URL: ${{github.event.pull_request.html_url}}

themes/delphi/layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<!-- Default base template. Other templates define the "main" portion in this template -->
33
<html lang="{{ $.Site.LanguageCode | default "en" }}">
44
<head>

0 commit comments

Comments
 (0)