Skip to content

add su root

add su root #786

Workflow file for this run

# on:
# push:
# branches:
# - master
# - the-merge
# pull_request:
# name: Lint
# jobs:
# lint:
# runs-on: self-hosted
# name: Lint
# steps:
# - name: Install LFS
# run: apt-get install git-lfs
# - name: Clone the repository
# uses: actions/checkout@v3
# with:
# lfs: 'true'
# - name: Lint
# run: |
# yarn
# yarn standard
# yarn prettier-solidity