Skip to content

Fix geometry -> InChI generation #436

Fix geometry -> InChI generation

Fix geometry -> InChI generation #436

Workflow file for this run

name: lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
# Repository
- name: Checkout the code
uses: actions/checkout@v4
# Environment
- name: Set up Pixi
uses: prefix-dev/setup-pixi@v0.8.9
# Lint
- name: Lint
run: |
pixi run -e lint lint