Skip to content

Fixing CIS access for subaccount-sync #2692

Fixing CIS access for subaccount-sync

Fixing CIS access for subaccount-sync #2692

Workflow file for this run

name: Run JS linter
on:
pull_request:
branches: [ main ]
jobs:
run-eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Get changed files
id: changed-files-specific
uses: tj-actions/changed-files@90a06d6ba9543371ab4df8eeca0be07ca6054959
with:
files: |
.github/**
testing/e2e/skr/**
Makefile
- name: Run JS linter
if: ${{ steps.changed-files-specific.outputs.any_modified == 'true' }}
run: make lint -C testing/e2e/skr