Skip to content

build(deps): Bump rclone/rclone from 1.73.0 to 1.73.1 #253

build(deps): Bump rclone/rclone from 1.73.0 to 1.73.1

build(deps): Bump rclone/rclone from 1.73.0 to 1.73.1 #253

Workflow file for this run

name: Run lint and static analysis checks
on:
pull_request:
concurrency:
group: lint-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone this git repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Install lint dependencies
run: make lint/install
- name: Run lint checks
run: make -o docs/lint lint