Skip to content

Update CODE_OF_CONDUCT.md #130

Update CODE_OF_CONDUCT.md

Update CODE_OF_CONDUCT.md #130

Workflow file for this run

name: "Test"
on:
push:
branches: ["main"]
tags: ["v[0-9]+.[0-9]+.[0-9]*"]
pull_request:
# Default to bash in login mode
# https://github.com/mamba-org/provision-with-micromamba#IMPORTANT
defaults:
run:
shell: "bash -l {0}"
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: "Install Conda environment"
uses: "mamba-org/provision-with-micromamba@main"
with:
cache-env: true
- name: "Run lint/tests"
run: "inv test"