Skip to content

Commit 13274df

Browse files
discoursebotdiscoursebuildCvX
authored
DEV: Update CI workflows (discourse#68)
* DEV: Update CI workflows * DEV: Update CI setup Co-authored-by: discoursebuild <build@discourse.org> Co-authored-by: Jarek Radosz <jradosz@gmail.com>
1 parent 06ba5da commit 13274df

File tree

5 files changed

+336
-270
lines changed

5 files changed

+336
-270
lines changed

.github/workflows/plugin-linting.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ jobs:
5050
5151
- name: Ember template lint
5252
if: ${{ always() }}
53-
run: |
54-
if [ 0 -lt $(find assets/javascripts -type f -name "*.hbs" 2> /dev/null | wc -l) ]; then
55-
yarn ember-template-lint assets/javascripts
56-
fi
53+
run: yarn ember-template-lint --no-error-on-unmatched-pattern assets/javascripts
5754

5855
- name: Rubocop
5956
if: ${{ always() }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
node_modules
2+
/gems
3+
/auto_generated

Gemfile.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,40 @@ GEM
33
specs:
44
ast (2.4.2)
55
parallel (1.22.1)
6-
parser (3.1.1.0)
6+
parser (3.1.2.0)
77
ast (~> 2.4.1)
88
rainbow (3.1.1)
9-
regexp_parser (2.2.1)
9+
regexp_parser (2.5.0)
1010
rexml (3.2.5)
11-
rubocop (1.26.1)
11+
rubocop (1.30.1)
1212
parallel (~> 1.10)
1313
parser (>= 3.1.0.0)
1414
rainbow (>= 2.2.2, < 4.0)
1515
regexp_parser (>= 1.8, < 3.0)
16-
rexml
17-
rubocop-ast (>= 1.16.0, < 2.0)
16+
rexml (>= 3.2.5, < 4.0)
17+
rubocop-ast (>= 1.18.0, < 2.0)
1818
ruby-progressbar (~> 1.7)
1919
unicode-display_width (>= 1.4.0, < 3.0)
20-
rubocop-ast (1.16.0)
20+
rubocop-ast (1.18.0)
2121
parser (>= 3.1.1.0)
2222
rubocop-discourse (2.5.0)
2323
rubocop (>= 1.1.0)
2424
rubocop-rspec (>= 2.0.0)
25-
rubocop-rspec (2.9.0)
25+
rubocop-rspec (2.11.1)
2626
rubocop (~> 1.19)
2727
ruby-progressbar (1.11.0)
2828
unicode-display_width (2.1.0)
2929

3030
PLATFORMS
31+
arm64-darwin-20
3132
ruby
33+
x86_64-darwin-18
34+
x86_64-darwin-19
35+
x86_64-darwin-20
36+
x86_64-linux
3237

3338
DEPENDENCIES
3439
rubocop-discourse
3540

3641
BUNDLED WITH
37-
2.1.4
42+
2.3.10

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "discourse-oauth2-basic",
33
"version": "1.0.0",
4-
"repository": "git@github.com:discourse/discourse-oauth2-basic.git",
4+
"repository": "https://github.com/discourse/discourse-oauth2-basic",
55
"author": "Discourse",
66
"license": "MIT",
77
"devDependencies": {
8-
"eslint-config-discourse": "^3.0.0"
8+
"eslint-config-discourse": "^3.1.0"
99
}
1010
}

0 commit comments

Comments
 (0)