Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Update flake.lock and related CI dependencies (#1562) #1423

Update flake.lock and related CI dependencies (#1562)

Update flake.lock and related CI dependencies (#1562) #1423

name: Lint - definitions
on:
push:
branches: [main]
paths-ignore:
- 'LICENSE'
- '.vscode'
- '**/*.md'
- '.github/workflows/ci-nix.yml'
pull_request:
paths-ignore:
- 'LICENSE'
- '.vscode'
- '**/*.md'
- '.github/workflows/ci-nix.yml'
jobs:
definitions:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crystal-lang/install-crystal@v1
with:
crystal: '1.9.2' # selfup { "regex": "\\d[^']+", "script": "crystal --version | head -n 1 | cut -d ' ' -f 2" }
shards: '0.17.4' # selfup { "regex": "\\d[^']+", "script": "shards --version | cut -d ' ' -f 2" }
- run: shards install --production
- run: crystal run src/cli.cr -- lint