Skip to content

Merge pull request #72 from vrk-kpa/refactor/remove-format-in-credent… #132

Merge pull request #72 from vrk-kpa/refactor/remove-format-in-credent…

Merge pull request #72 from vrk-kpa/refactor/remove-format-in-credent… #132

Workflow file for this run

---
name: build-package
on:
pull_request:
types: [opened, reopened]
push:
branches: ['main']
tags: [ v* ]
jobs:
build:
runs-on: "macos-13"
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- uses: actions/checkout@v4
- run:
fastlane tests