Skip to content

Commit

Permalink
(#10) Bump prettier from 2.8.6 to 2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 355e584 commit 9f7f3c8
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 8 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: VALIDATE
on:
pull_request:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pr"
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: install
run: npm ci
- name: build
run: npm run build

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"chokidar": "3.5.3",
"concurrently": "8.2.1",
"postcss": "8.4.31",
"prettier": "2.8.6",
"prettier": "2.8.8",
"pug": "3.0.2",
"sass": "1.69.3",
"shelljs": "0.8.5",
Expand Down

0 comments on commit 9f7f3c8

Please sign in to comment.