Skip to content

Commit

Permalink
Merge branch 'mig/index' into mgr8/about
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Sep 19, 2022
2 parents 5414725 + dafd2e0 commit fe5d751
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_officer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Create Pull Request
id: pull_request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4.1.1
with:
commit-message: Updated officer data
title: 'Add/Update officer ${{ steps.officer-name.outputs.result }}'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"test:coverage": "vitest run --coverage",
"test:browser": "playwright test /tests",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --compiler-warnings \"css-unused-selector:ignore,unused-export-let:error\"",
"lint": "prettier --check . && eslint .",
"lint": "eslint . --fix",
"format": "prettier --write .",
"host": "npm run all && npm run preview",
"all": "npm run format && npm run lint && npm run check && npm t && npm run build"
"all": "npm run lint && npm run format && npm run check && npm t && npm run build"
},
"devDependencies": {
"@playwright/test": "^1.25.0",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/ready-up.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<br /><br />

<span class="brand-med">
Our chapter of 800+ members is forever free and open for anyone to join, regardless of
Our chapter of 1000+ members is forever free and open for anyone to join, regardless of
major or technical ability.
</span>
</p>
Expand Down
Binary file modified static/assets/authors/ethan-davidson.webp
Binary file not shown.

0 comments on commit fe5d751

Please sign in to comment.