Skip to content

upgrade to bun 1.1.38 #659

upgrade to bun 1.1.38

upgrade to bun 1.1.38 #659

Workflow file for this run

name: build
on:
- push
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build the ansible execution environment
run: ./ansible-lint.sh --version
- name: Lint the development.yml playbook
run: ./ansible-lint.sh --offline --parseable development.yml