Sha256: 55969d703ea8438535a63e4bbbaacc93387cbd7f222d112884cae7b5c25b7221

Contents?: true

Size: 450 Bytes

Versions: 3

Compression:

Stored size: 450 Bytes

Contents

name: CI

on: [push]

jobs:
  build:

    runs-on: macOS-latest

    steps:
    - uses: actions/checkout@v2
    - name: Bundle install
      working-directory: ./
      run: bundle install

    - name: Unit tests
      run: bundle exec fastlane tests

    - name: SPM lint
      run: bundle exec fastlane spm_lint

    - name: Carthage lint
      run: bundle exec fastlane carthage_lint

    - name: Pod lint
      run: bundle exec fastlane pod_lint

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
swift_lib_templater-1.1.0 lib/templates/framework/.github/workflows/ci.yml
swift_lib_templater-1.0.3 lib/templates/framework/.github/workflows/ci.yml
swift_lib_templater-1.0.2 lib/templates/framework/.github/workflows/ci.yml