Skip to content

build(deps-dev): Bump rexml from 3.2.5 to 3.2.8 #415

build(deps-dev): Bump rexml from 3.2.5 to 3.2.8

build(deps-dev): Bump rexml from 3.2.5 to 3.2.8 #415

Workflow file for this run

---
name: ci
"on":
push:
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
markdownlint-cli:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run markdownlint-cli
uses: nosborn/github-action-markdown-cli@v2.0.0
with:
files: .
config_file: ".markdownlint.yaml"
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run YAML Lint
uses: actionshub/yamllint@main
build:
needs: [markdownlint-cli, yamllint]
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby-version }}
strategy:
matrix:
ruby-version:
- "2.7"
- "3.0"
- "3.1"
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake