Update README.md #206
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: DS_Store Patrol | |
on: [push, pull_request] | |
jobs: | |
example-workflow: | |
name: Example for DS_Store Patrol | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository contents | |
uses: actions/checkout@v1 | |
- name: Checking for .DS_Store files | |
uses: Maxelweb/ds-store-patrol@v1 |