X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d1dba97ac4f2a018b4ee93b4ec160c6a2df108b1..fb9219a52fdc3160358c4ffa8bbe26cd817b007c:/.github/workflows/lint.yml?ds=sidebyside diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 11a4c322f..94eb05df9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -54,11 +54,11 @@ jobs: restore-keys: | yarn-${{ env.os }}- - name: Install node modules - run: bundle exec rake yarn:install + run: bundle exec rails yarn:install - name: Create dummy database configuration run: cp config/example.database.yml config/database.yml - name: Run eslint - run: bundle exec rake eslint + run: bundle exec rails eslint brakeman: name: Brakeman runs-on: ubuntu-20.04