Skip to content

Update pre-commit hook python-jsonschema/check-jsonschema to v0.26.1 … #100

Update pre-commit hook python-jsonschema/check-jsonschema to v0.26.1 …

Update pre-commit hook python-jsonschema/check-jsonschema to v0.26.1 … #100

Workflow file for this run

---
name: Run bootstrap script
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
jobs:
bootstrap:
runs-on: ubuntu-latest
container:
image: archlinux:latest
options: --privileged
steps:
- uses: actions/[email protected]
- run: |
pacman --sync --refresh --noconfirm --sysupgrade python sudo
useradd ansible --create-home
passwd --delete ansible
echo 'ansible ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
sudo --user ansible ./bootstrap.sh