Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Combine workflow files #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/db-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- name: Install modules
run: yarn install --ignore-engines
- name: Run ESLint
run: yarn run --ignore-engines eslint . --ext .ts
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/eslint.yml

This file was deleted.