Skip to content

Add Nepal Rastra Bank forex provider and enhance calendar functionality #4

Add Nepal Rastra Bank forex provider and enhance calendar functionality

Add Nepal Rastra Bank forex provider and enhance calendar functionality #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
test:
name: Build and test
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
- name: Show Swift version
run: swift --version
- name: Test package
run: swift test