Skip to content

[Snyk] Security upgrade cocoapods from 1.11.3 to 1.12.0 #8

[Snyk] Security upgrade cocoapods from 1.11.3 to 1.12.0

[Snyk] Security upgrade cocoapods from 1.11.3 to 1.12.0 #8

Workflow file for this run

name: Lint JavaScript
on:
workflow_call:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
jobs:
lint:
if: ${{ github.actor != 'OSBotify' || github.event_name == 'workflow_call' }}
runs-on: ubuntu-latest
steps:
# This action checks-out the repository, so the workflow can access it.
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
fetch-depth: 0
- uses: Expensify/App/.github/actions/composite/setupNode@main
- run: npm run lint
env:
CI: true