Skip to content

Commit

Permalink
fix: update checks github action workflow to reflect package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Mar 19, 2024
1 parent a5b7d33 commit be49294
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Runs prettier formatter
run: |
bun install
bun run lint:fmt
bun run lint:prettier
spelling:
name: spelling
Expand All @@ -27,15 +27,15 @@ jobs:
- name: Runs cspell spell checker
run: |
bun install
bun run lint:spell
bun run lint:spelling
lint:
name: lint
name: lint markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Runs mdl markdown linter
run: |
bun install
bun run lint:mdl
bun run lint:markdown
4 changes: 2 additions & 2 deletions content/10.getting-started/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can start playing with this template in your browser using our online sandbo
::u-button

class: mr-4 icon: i-simple-icons-stackblitz label: Play on StackBlitz target: \_blank to:
https://stackblitz.com/github/nuxt-ui-pro/docs/
[stackblitz](https://stackblitz.com/github/nuxt-ui-pro/docs/)

---

Expand All @@ -46,7 +46,7 @@ https://stackblitz.com/github/nuxt-ui-pro/docs/
::u-button

class: mt-2 sm:mt-0 icon: i-simple-icons-codesandbox label: Play on CodeSandbox target: \_blank to:
https://codesandbox.io/s/github/nuxt-ui-pro/docs/
[codesandbox](https://codesandbox.io/s/github/nuxt-ui-pro/docs/)

---

Expand Down
2 changes: 1 addition & 1 deletion content/10.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: docs

## ::callout

icon: i-heroicons-light-bulb target: \_blank to: https://nuxt.studio/themes/docs
icon: i-heroicons-light-bulb target: \_blank to: [nuxt studio](https://nuxt.studio/themes/docs)

---

Expand Down
6 changes: 2 additions & 4 deletions content/10.getting-started/3.usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for the content, [`@nuxtjs/fontaine`](https://github.com/nuxt-modules/fontaine)

## ::callout

icon: i-heroicons-light-bulb target: \_blank to: https://ui.nuxt.com/pro/guide/usage#structure
icon: i-heroicons-light-bulb target: \_blank to: [nuxt guide](https://ui.nuxt.com/pro/guide/usage#structure)

---

Expand Down Expand Up @@ -148,9 +148,7 @@ export default defineAppConfig({
});
```

## ::callout

icon: i-heroicons-light-bulb target: \_blank to: https://nuxt.studio/docs/developers/app-config
icon: i-heroicons-light-bulb target: \_blank to: [app-config](https://nuxt.studio/docs/developers/app-config)

---

Expand Down
2 changes: 2 additions & 0 deletions cspell-config/cspell-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ rocksdb
nuxi
otlp
nvme
nuxtdotjs
fontaine

0 comments on commit be49294

Please sign in to comment.