File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2222 with :
2323 python-version : " 3.13"
2424 - uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
25+ with :
26+ enable-cache : false
2527 - run : touch src/fava/static/app.js
2628 - run : make docs
2729 - if : github.repository == 'beancount/fava'
Original file line number Diff line number Diff line change 3838 with :
3939 python-version : ${{ matrix.py }}
4040 - uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
41+ with :
42+ enable-cache : false
4143 - run : touch src/fava/static/app.js
4244 - run : make ${{ matrix.make_target }}
4345 test-js :
7678 cache : " npm"
7779 cache-dependency-path : frontend/package-lock.json
7880 - uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
81+ with :
82+ enable-cache : false
7983 - run : cd frontend && npm ci
8084 - run : uv run --no-dev --group pre-commit pre-commit run -a eslint
8185 - run : cd frontend; npx tsc
9094 with :
9195 python-version : " 3.13"
9296 - uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
97+ with :
98+ enable-cache : false
9399 - run : touch src/fava/static/app.js
94100 - run : make mypy
You can’t perform that action at this time.
0 commit comments