Skip to content

Bump aws-partitions from 1.1002.0 to 1.1008.0 (#1093) #2110

Bump aws-partitions from 1.1002.0 to 1.1008.0 (#1093)

Bump aws-partitions from 1.1002.0 to 1.1008.0 (#1093) #2110

Workflow file for this run

name: unit_test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- name: Install dependencies
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Check source files using `rubocop`
run: rubocop
- name: Check markdown files using `markdownlint`
run: |
npm install -g markdownlint-cli
markdownlint *.md