Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phalanx-hk committed Jan 11, 2024
1 parent 74c34d0 commit 707209a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint
on:
push:
branches: main
path-ignore:
paths-ignore:
- 'README.md'
- 'LICENSE'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: macOS
on:
push:
branches: main
path-ignore:
paths-ignore:
- 'README.md'
- 'LICENSE'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Ubuntu
on:
push:
branches: main
path-ignore:
paths-ignore:
- 'README.md'
- 'LICENSE'

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# dotfiles
[![macOS](https://github.com/phalanx-hk/dotfiles/actions/workflows/mac.yml/badge.svg)](https://github.com/phalanx-hk/dotfiles/actions/workflows/mac.yml)
[![Ubuntu](https://github.com/phalanx-hk/dotfiles/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/phalanx-hk/dotfiles/actions/workflows/ubuntu.yml)
[![Lint](https://github.com/phalanx-hk/dotfiles/actions/workflows/lint.yaml/badge.svg)](https://github.com/phalanx-hk/dotfiles/actions/workflows/lint.yaml)

## mac
vscode/settings.jsonのremote.SSH.configFileの${USER}を自分のユーザー名に変更する
Expand Down

0 comments on commit 707209a

Please sign in to comment.