Skip to content

Update blank.yml

Update blank.yml #143

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: ulule/loukoum
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.20.x"
cache: false
- name: build
run: |
ls -la