Skip to content

Added the pt-PT language (#1447) #466

Added the pt-PT language (#1447)

Added the pt-PT language (#1447) #466

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: xcodebuild
uses: sersoft-gmbh/xcodebuild-action@v1
with:
project: MonitorControl.xcodeproj
scheme: MonitorControl
destination: platform=macOS
action: build
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
env:
DIFF_BASE: ${{ github.base_ref }}
with:
args: --strict