Skip to content

Bump aws-partitions from 1.801.0 to 1.803.0 (#595) #1167

Bump aws-partitions from 1.801.0 to 1.803.0 (#595)

Bump aws-partitions from 1.801.0 to 1.803.0 (#595) #1167

Workflow file for this run

name: unit_test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- 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