Skip to content

Update revolut importer to accept a new format #44

Update revolut importer to accept a new format

Update revolut importer to accept a new format #44

Workflow file for this run

name: pdm_lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
cache: true
- name: Install dependencies
run: pdm install
- name: Run linter
run: pdm lint