Skip to content

chore(deps): bump fast-xml-parser from 4.2.6 to 4.4.1 in /examples/react-native-todo #205

chore(deps): bump fast-xml-parser from 4.2.6 to 4.4.1 in /examples/react-native-todo

chore(deps): bump fast-xml-parser from 4.2.6 to 4.4.1 in /examples/react-native-todo #205

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 }}