Skip to content

fix(ci): macos-13 to build ios part instead of macos-latest #15

fix(ci): macos-13 to build ios part instead of macos-latest

fix(ci): macos-13 to build ios part instead of macos-latest #15

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint