Skip to content

Bump aws-partitions from 1.995.0 to 1.1000.0 in the aws-deps group #629

Bump aws-partitions from 1.995.0 to 1.1000.0 in the aws-deps group

Bump aws-partitions from 1.995.0 to 1.1000.0 in the aws-deps group #629

Workflow file for this run

# This workflow will build a middleman project with bundle
name: Testing For PRs
on: [ pull_request ]
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
bundler-cache: true # would run bundle install
- name: Run the build
run: bundle exec rake static_checks:all
env:
RUN_EXTERNAL_CHECKS: true