Skip to content

Problem: ica is incompatible with icaauth cmd #343

Problem: ica is incompatible with icaauth cmd

Problem: ica is incompatible with icaauth cmd #343

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
tags:
- "*"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- name: Run linting
run: nix develop -c make lint-ci
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: python3 -m pip install --user --upgrade poetry
- name: install
run: poetry install
- name: Run tests
run: make test
nix-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- run: nix run