Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Merge pull request #24 from spotify/updated-readme-events #123

Merge pull request #24 from spotify/updated-readme-events

Merge pull request #24 from spotify/updated-readme-events #123

Workflow file for this run

name: CI
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
Tests:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Build and Test
run: swift test
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --config .swiftlint.yml