How to skip linting when particular microservices folder have changes in README? If another have code changes then it will run (stackoverflow.com)stack
13 points by Nenis Rudani in stackoverflow.com · 19d ago · stack
This is my workflow where I have multiple microservices: name: Lint2 Microservices on: # second list pull_request: # on a pull request to each of these branches types: [opened, synchronize, edited, ready_for_review] branches: - load-test paths-ignore: - '**.md' - '**/temp.env' -…
filed under githubgithub-actions