Skip to content

Print path when UnsupportedFormat error occurs (#16) #92

Print path when UnsupportedFormat error occurs (#16)

Print path when UnsupportedFormat error occurs (#16) #92

Workflow file for this run

name: Lint
on:
push:
pull_request:
branches: ["main"]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Clippy
run: rustup component add clippy
- name: Lint
run: |
./scripts/lint.sh