Skip to content

Commit

Permalink
console command formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed May 14, 2024
1 parent b741d86 commit 3ad6351
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/sync-main-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
workflow_dispatch:

# One-time commands for users to switch-over:
# ```sh
# git branch -m master main; git fetch origin; git branch -u origin/main main; git remote set-head origin -a
#
# ```console
# git branch -m master main
# git fetch origin
# git branch -u origin/main main
# git remote set-head origin -a
# ```

jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Mocking/stubbing library for [BATS (Bash Automated Testing System)][bats-core]
The recommended installation is via git submodule.
Assuming your project's bats tests are in `test`:

```cli
```console
git submodule add /~https://github.com/jasonkarns/bats-mock test/helpers/mocks
git commit -am 'added bats-mock module'
```
Expand All @@ -29,7 +29,7 @@ load helpers/mocks/stub
Also available as an [npm module](https://www.npmjs.com/package/bats-mock)
if you're into that sort of thing.

```cli
```console
npm install --save-dev bats-mock
```

Expand Down

0 comments on commit 3ad6351

Please sign in to comment.