Skip to content

cspell should check dot files unless explicitly ignored #12

cspell should check dot files unless explicitly ignored

cspell should check dot files unless explicitly ignored #12

Workflow file for this run

name: Release CLI Binary
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Earthly
uses: earthly/actions-setup@v1
with:
version: 0.7.6
- name: Build CLI
run: earthly ./cli+build && mv ./cli/bin/ci ci-linux-amd64
- name: Release CLI
uses: softprops/action-gh-release@v1
with:
files: ci-linux-amd64