Skip to content

replace exa with eza a fork #282

replace exa with eza a fork

replace exa with eza a fork #282

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip pipenv
pipenv install --deploy
- name: Test using molecule
run: pipenv run molecule test