Skip to content

Change Turkey to Türkiye #83

Change Turkey to Türkiye

Change Turkey to Türkiye #83

Workflow file for this run

name: Test Format
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js LTS
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install and test
run: |
yarn --frozen-lockfile
yarn test