Skip to content

Commit

Permalink
RESOLVED #JJ315: Upgrade to webtrees 2.1.18 - Rural theme upgrade
Browse files Browse the repository at this point in the history
https://bugs.jaubart.com/view.php?id=315
Update GitHub actions versions
  • Loading branch information
jon48 committed Nov 4, 2023
1 parent 96fb658 commit 5e50fc4
Show file tree
Hide file tree
Showing 13 changed files with 1,288 additions and 942 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/css-codestyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions-hub/stylelint@master
env:
PATTERN: "src/**/*.scss"
- uses: actions/setup-node@v4

- run: npm install stylelint stylelint-config-standard stylelint-config-sass-guidelines

- name: Run StyleLint
run: npx stylelint "src/**/*.scss"
4 changes: 2 additions & 2 deletions .github/workflows/js-codestyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4

- run: npm install semistandard

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php-codestyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@master
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: gd,intl,mbstring,sqlite,zip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php-staticanalysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@master
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: gd,intl,mbstring,sqlite,zip
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"require-dev" : {
"fisharebest/webtrees" : "2.1.17",
"fisharebest/webtrees" : "2.1.18",
"consolidation/robo": "^3.0",
"psr/http-message": "^1.1"
},
Expand Down
Loading

0 comments on commit 5e50fc4

Please sign in to comment.