Thanks to visit codestin.com
Credit goes to github.com

Skip to content

πŸ› Load config instead of instantiating #6

πŸ› Load config instead of instantiating

πŸ› Load config instead of instantiating #6

Workflow file for this run

name: CI
on: ['push', 'pull_request']
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
name: πŸ‘· CI Envig on ${{ matrix.os }}
steps:
- name: 🚚 Checkout repository
uses: actions/checkout@v4
- name: πŸ”§ Setup Vlang
uses: siguici/setup-v@v0
- name: βœ… Verify Code Format
run: v fmt -verify .
- name: πŸ§ͺ Run V Tests
run: v test .