We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efb826 commit d2776b6Copy full SHA for d2776b6
.github/workflows/main.yml
@@ -92,26 +92,6 @@ jobs:
92
reporter: github-pr-review
93
eslint_flags: "src --ext .ts"
94
95
- style:
96
- runs-on: ubuntu-latest
97
- if: "!contains(github.event.head_commit.message, 'skip ci')"
98
-
99
- steps:
100
- - name: Clone repository
101
- uses: actions/checkout@v1
102
103
- - name: Setup Node
104
- uses: actions/setup-node@v1
105
- with:
106
- node-version: '10.x'
107
108
- - name: Install Dependencies
109
- run: 'npm ci || npm ci'
110
- shell: bash
111
112
- - name: Style check
113
- run: npm run style-check
114
115
artifact:
116
runs-on: ubuntu-latest
117
if: "!contains(github.event.head_commit.message, 'skip ci')"
0 commit comments