Skip to content

Commit

Permalink
Merge branch 'main' into preview-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Nov 9, 2024
2 parents 27a00ca + 76f8e64 commit a6e0445
Show file tree
Hide file tree
Showing 100 changed files with 1,696 additions and 867 deletions.
9 changes: 1 addition & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "actions/stale"
versions: '>= 9'
- dependency-name: "actions/setup-python"
versions: '> 4'
- dependency-name: "crossterm"
versions: '> 0.27.0'
interval: "weekly"
89 changes: 0 additions & 89 deletions .github/mkdocs.yml

This file was deleted.

File renamed without changes
56 changes: 0 additions & 56 deletions .github/workflows/github-pages.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
- name: Generate preview
uses: charmbracelet/[email protected]
with:
path: "docs/assets/preview.tape"
path: ".github/preview.tape"

- name: Move preview
run: mv preview.gif docs/assets/preview.gif
run: mv preview.gif .github/preview.gif

- name: Create PR
uses: peter-evans/[email protected]
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/xtask.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .shellcheckrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
external-sources=true
source=core/tabs/common-script.sh
source=core/tabs/common-script.sh
source=core/tabs/common-service-script.sh
Loading

0 comments on commit a6e0445

Please sign in to comment.