Run Prettier

This commit is contained in:
Aarni Koskela
2024-05-30 16:19:18 +03:00
parent 33f35b4a5a
commit ac140c77a3
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
name: Scheduled build
on:
schedule:
- cron: "0 0 * * *"
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest

View File

@@ -1,7 +1,7 @@
script: yarn build
language: node_js
node_js:
- "12.18"
- '12.18'
install:
- yarn
test:
@@ -12,7 +12,7 @@ deploy:
provider: pages
fqdn: koodiklinikka.fi
skip_cleanup: true
github_token: "$GITHUB_TOKEN"
github_token: '$GITHUB_TOKEN'
repo: koodiklinikka/koodiklinikka.github.io
target_branch: master
on: