Skip to content

chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.20.11 to 7.29.4 in /resources/clients/react/elwing #5886

chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.20.11 to 7.29.4 in /resources/clients/react/elwing

chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.20.11 to 7.29.4 in /resources/clients/react/elwing #5886

Workflow file for this run

# This uses the action https://github.com/marketplace/actions/sh-checker
name: Lint Bash
on: # yamllint disable-line rule:truthy
pull_request:
workflow_dispatch:
jobs:
sh-checker:
name: Lint Bash
runs-on: ubuntu-latest
steps:
- name: Checkout files
uses: actions/checkout@v4
with:
sparse-checkout: |
.github
aws-cli
- name: Lint Bash
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sh_checker_comment: true
sh_checker_only_diff: true
sh_checker_shfmt_disable: true