Skip to content

refactor: use NATIVE_TOKEN_UID #8

refactor: use NATIVE_TOKEN_UID

refactor: use NATIVE_TOKEN_UID #8

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
services:

Check failure on line 6 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 6, Col: 14): Unexpected value ''
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- name: Cache Nix
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Install dependencies
run: |
nix develop . -c yarn install
- name: lint
run: |
nix develop . -c yarn workspace hathor-rpc-handler run lint
- name: tests
run: |
nix develop . -c yarn workspace hathor-rpc-handler run test