Skip to content

Update checksum.yml #116

Update checksum.yml

Update checksum.yml #116

Workflow file for this run

name: Scoop Install
on:
push:
branches:
- master
paths:
- '**.yml'
- 'bucket/**'
pull_request:
branches:
- master
paths-ignore:
- '**.md'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: windows-latest
steps:
- name: Install Scoop
uses: MinoruSekine/setup-scoop@main
- name: Install Eask CLI
run: |
scoop bucket add emacs-eask/cli https://github.com/emacs-eask/packaging
scoop install eask-cli
- run: eask --version