Skip to content

chore(deps): bump rustix from 0.38.7 to 0.38.19 in /archival-snapshots-generate #1502

chore(deps): bump rustix from 0.38.7 to 0.38.19 in /archival-snapshots-generate

chore(deps): bump rustix from 0.38.7 to 0.38.19 in /archival-snapshots-generate #1502

Workflow file for this run

name: Scripts
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run shellcheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: --external-sources
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- name: Run rubocop
run: |
gem install rubocop --no-document
rubocop scripts/ # TODO: Apply rubocop to terraform/modules/
run-js-linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
yarn install
yarn lint
yarn js-check