Skip to content

Commit

Permalink
Some more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatsal Gupta committed Nov 23, 2024
1 parent 4b07022 commit e3a47cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ parse_git_branch() {
# Make sure you are on the branch where you want to squash commits before running this command.
#
gsquash() {
git rebase -i HEAD~"${1}"
git rebase -i HEAD~"${1}"
}

###################################################################################################
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/readme-checker.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Markdown Lint
on:
pull_request:
push:
permissions:
contents: write # Grant write permission only for contents (commit/push)
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shell-format.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Shell Format
on:
pull_request:
push:
permissions:
contents: write # Grant write permission only for contents (commit/push)
jobs:
Expand Down

0 comments on commit e3a47cb

Please sign in to comment.