diff options
| author | XhmikosR <[email protected]> | 2020-06-11 23:20:10 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-11 23:20:10 +0300 |
| commit | b0b9d144465941d90fc1e999b2365bdf02803963 (patch) | |
| tree | f214b323bfe373f5e7e5d4562a3943c09313faa1 /.github | |
| parent | 833125b5fec362d32fbdfbe03a1b319896a299f2 (diff) | |
| download | bootstrap-b0b9d144465941d90fc1e999b2365bdf02803963.tar.xz bootstrap-b0b9d144465941d90fc1e999b2365bdf02803963.zip | |
Update lint.yml (#31012)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 99cbc364c..f3d00d69f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,5 +29,5 @@ jobs: - name: Install npm dependencies run: npm ci - - name: Lint CSS and JS + - name: Lint run: npm run lint |
