Skip to content

Merge pull request #8 from 31aditya0193/main #2

Merge pull request #8 from 31aditya0193/main

Merge pull request #8 from 31aditya0193/main #2

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1