Skip to content

pip3 on macOS can install in funny directories #1025

pip3 on macOS can install in funny directories

pip3 on macOS can install in funny directories #1025

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install bats
shell: bash
run: |

Check failure on line 10 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
sudo apt update
sudo apt -y install bats
apt-get bash
- name: Run a one-line script
run: make test
macos:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: install golang
shell: bash
run: brew install go
- name: Run a one-line script
shell: bash
run: make validate
- name: Run ci
shell: bash
run: make ci