File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -34,26 +34,26 @@ jobs:
34
34
- name : Run tests
35
35
run : docker compose run ci
36
36
37
- #
38
- # standardrb:
39
- # name: Code linting and formatting
40
- # runs-on: ubuntu-latest
41
- #
42
- # env:
43
- # COMPOSE_FILE: compose.ci.yaml
44
- #
45
- # strategy:
46
- # fail-fast: false
47
- # matrix:
48
- # ruby:
49
- # - 3.4.1
50
- #
51
- # steps:
52
- # - name: Checkout code
53
- # uses: actions/checkout@v2
54
- #
55
- # - name: Build docker images
56
- # run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
57
- #
58
- # - name: Run standardrb
59
- # run: docker compose run standardrb
37
+
38
+ standardrb :
39
+ name : Code linting and formatting
40
+ runs-on : ubuntu-latest
41
+
42
+ env :
43
+ COMPOSE_FILE : compose.ci.yaml
44
+
45
+ strategy :
46
+ fail-fast : false
47
+ matrix :
48
+ ruby :
49
+ - 3.4.1
50
+
51
+ steps :
52
+ - name : Checkout code
53
+ uses : actions/checkout@v2
54
+
55
+ - name : Build docker images
56
+ run : docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
57
+
58
+ - name : Run standardrb
59
+ run : docker compose run standardrb
You can’t perform that action at this time.
0 commit comments