feat: add new storage provider ArDrive Turbo #345
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lint checks | |
on: | |
- pull_request | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
env: | |
npm_config_user: "root" | |
steps: | |
- name: "checkout repo" | |
uses: actions/checkout@v3 | |
- name: "nodejs install" | |
uses: actions/setup-node@v3 | |
- name: install yarn | |
run: npm install --global yarn | |
- name: "setup" | |
run: yarn setup | |
- name: "lint" | |
run: yarn lint |