Skip to content

chore(*): move to swift-uploader instead of ios-uploader #7

chore(*): move to swift-uploader instead of ios-uploader

chore(*): move to swift-uploader instead of ios-uploader #7

Workflow file for this run

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