Skip to content

chore: Removing the Singapore forex source #17

chore: Removing the Singapore forex source

chore: Removing the Singapore forex source #17

Workflow file for this run

name: PR Checks
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
conventional-pr-title:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}