Skip to content

feat: base csv writer and storage/postgres configurations #852

feat: base csv writer and storage/postgres configurations

feat: base csv writer and storage/postgres configurations #852

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
run_lint:
name: Lint and Style checks
runs-on: ubuntu-latest
timeout-minutes: 15
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Rust Nightly
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2024-01-01
- name: Set up Just
uses: extractions/setup-just@v1
- name: Just lint-check
run: just lint-check -2024-01-01