Skip to content

pin daily snapshot to forest:v0.15.0 (#329) #1519

pin daily snapshot to forest:v0.15.0 (#329)

pin daily snapshot to forest:v0.15.0 (#329) #1519

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