Skip to content

Commit

Permalink
📝 Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wingy3181 committed Dec 7, 2023
1 parent 4468c83 commit d471d98
Show file tree
Hide file tree
Showing 6 changed files with 395 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install_all_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install all applications
env:
INSTALL_APPLICATION_IF_READABLE_NAME_MATCH_REGEX: ^.*$
SHOW_SPINNER_ON_CI: false
TERM: xterm-256color
run: ./src/os/setup.sh -y

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install_some_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
applicationsToInstall:
description: 'Applications to install (whitelisted regex)'
required: true
default: '^(Chrome).*$'
default: '^.*$'
type: string
showSpinnerOnCI:
description: 'Show the execution spinner on CI'
Expand Down
12 changes: 12 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"header-style": {
"style": "setext_with_atx"
},
"line-length": {
"code_blocks": false,
"tables": false
},
"strong-style": {
"style": "underscore"
}
}
Loading

0 comments on commit d471d98

Please sign in to comment.