From d860084e2806ba3a4dd141ea9db0498ff7e34c4d Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 18 Nov 2024 20:59:13 +0000 Subject: Adds @bundle audit check --update@ to lints (#30069). git-svn-id: https://svn.redmine.org/redmine/trunk@23291 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .github/workflows/linters.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 730a6e7f1..54ffd08df 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -36,4 +36,20 @@ jobs: run: yarn install - name: Lint CSS and SCSS files - run: npx stylelint "app/assets/stylesheets/**/*.css" \ No newline at end of file + run: npx stylelint "app/assets/stylesheets/**/*.css" + + bundle-audit: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.2' + bundler-cache: true + + - name: Run bundle-audit + run: bundle exec bundle audit check --update -- cgit v1.2.3