Skip to content

Commit

Permalink
Bump ciao from 1.22.0-m1 to 1.22.0-m2 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad authored Apr 20, 2023
1 parent 848fdb0 commit 1df1de5
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
custom: ['https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH']
github: ['fabasoad']
custom: ["https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH"]
github: ["fabasoad"]
issuehunt: fabasoad
ko_fi: fabasoad
liberapay: fabasoad
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: ""
labels: bug
assignees: fabasoad

---

#### Describe the bug
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
title: ""
labels: enhancement
assignees: fabasoad

---

#### Is your feature request related to a problem? Please describe
Expand Down
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Please check if your PR fulfills the following requirements:

- [ ] I have read the [CONTRIBUTING](https://github.com/fabasoad/setup-ciao-action/blob/main/CONTRIBUTING.md)
doc.
doc.
- [ ] Tests for the changes have been added (for bug fixes / features).
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features).

Expand All @@ -27,10 +27,12 @@ Please check the type of change your PR introduces:
- [ ] Other (please describe):

## What is the current behavior

<!-- Please describe the current behavior that you are modifying, or link to a
relevant issue. -->

## What is the new behavior

<!-- Please describe the behavior or changes that are being added by this PR. -->

-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Create release

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
push:
tags:
- 'v*.*.*'
- "v*.*.*"

jobs:
create-release:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Functional Tests

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
push:
branches:
- 'main'
- "main"
pull_request:

defaults:
Expand All @@ -17,8 +17,9 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
os: ['ubuntu', 'macos']
version: ['1.22.0-m1', '1.21.0-m3', '1.21.0-m2', '1.21.0-alpha.4', '1.21.0-alpha.3']
os: ["ubuntu", "macos"]
version:
["1.22.0-m2", "1.22.0-m1", "1.21.0-m3", "1.21.0-m2", "1.21.0-alpha.4"]
fail-fast: false
runs-on: ${{ matrix.os }}-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-license.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Update license

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
schedule:
- cron: '0 5 1 1 *'
- cron: "0 5 1 1 *"

jobs:
run:
Expand Down
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ repos:
hooks:
- id: yamllint
# Other
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand Down
3 changes: 3 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
extends: default

rules:
comments:
min-spaces-from-content: 1
line-length:
max: 165
allow-non-breakable-inline-mappings: true
level: error
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ Supported OS: Linux and macOS.

## Inputs

<!-- prettier-ignore-start -->
| Name | Required | Description | Default | Possible values |
|---------|----------|---------------------------------------------------------------------------------------------|-------------|-----------------|
| version | No | Version of `Ciao` tool that can be found [here](https://github.com/ciao-lang/ciao/releases) | `1.22.0-m1` | &lt;String&gt; |
| version | No | Version of `Ciao` tool that can be found [here](https://github.com/ciao-lang/ciao/releases) | `1.22.0-m2` | &lt;String&gt; |
<!-- prettier-ignore-end -->

## Example usage

Expand Down
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: 'Setup Ciao'
name: "Setup Ciao"
author: Yevhen Fabizhevskyi
description: 'This action installs Ciao CLI tool.'
description: "This action installs Ciao CLI tool."
branding:
icon: terminal
color: gray-dark
inputs:
version:
description: 'Ciao version.'
description: "Ciao version."
required: false
default: '1.22.0-m1'
default: "1.22.0-m2"
runs:
using: 'composite'
using: "composite"
steps:
- name: Fail
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit 1df1de5

Please sign in to comment.