Skip to content

Commit

Permalink
--yes for apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 31, 2025
1 parent 5c96cdf commit f9de579
Show file tree
Hide file tree
Showing 6 changed files with 1,825 additions and 1,818 deletions.
18 changes: 13 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@
"es6": true
},
"extends": "google",
"parserOptions": {
"ecmaVersion": 2019
},
"rules": {
"comma-dangle": "off",
"indent": [ "error", 2 ],
"max-len": [ "error", { "code": 100 } ],
"indent": [
"error",
2
],
"max-len": [
"error",
{
"code": 100
}
],
"no-implicit-globals": "off"
},
"parserOptions": {
"ecmaVersion": 2019
}
}
2 changes: 1 addition & 1 deletion .github/workflows/eo-version-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get -y install jq
- run: sudo apt-get install --yes jq
- run: |
curl https://api.github.com/repos/objectionary/eo/releases/latest \
--silent | jq -r .tag_name > eo-version.txt
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ target/
temp/
*.tgz
eodocs.html
mvnw/dependency-reduced-pom.xml
mvnw/dependency-reduced-pom.xml
Loading

0 comments on commit f9de579

Please sign in to comment.