Skip to content

Support yaml and yml files #69

Support yaml and yml files

Support yaml and yml files #69

Workflow file for this run

name: Deploy
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: luismedel/setup-bluish@v3
- run: |
blu ci:lint
blu ci:test-all