Skip to content

Commit

Permalink
Update pod_lib_lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe authored Feb 15, 2021
1 parent 29f7d8f commit f3baeed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pod_lib_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: Pod lint
on: [workflow_dispatch]

jobs:
release_version:
pod_lib_lint:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2

- name: Pod lib lint
env:
- env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
set -eo pipefail
Expand Down

0 comments on commit f3baeed

Please sign in to comment.