Skip to content

chore(deps): bump rexml from 3.2.5 to 3.3.9 in /examples/react-native-todo #217

chore(deps): bump rexml from 3.2.5 to 3.3.9 in /examples/react-native-todo

chore(deps): bump rexml from 3.2.5 to 3.3.9 in /examples/react-native-todo #217

Workflow file for this run

name: PR Validate
on:
pull_request:
branches:
- master
jobs:
code-quality:
name: Code Quality
strategy:
matrix:
command:
- lint
- dtslint
- test:coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- shell: bash
run: yarn ${{ matrix.command }}