lint all Yaml files
parent
8be80558c7
commit
9d2a85d9cd
|
|
@ -2,7 +2,7 @@ name: Clean Artifacts
|
|||
on:
|
||||
schedule:
|
||||
# Once a day
|
||||
- cron: '0 0 * * *'
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
remove-old-artifacts:
|
||||
|
|
@ -12,6 +12,6 @@ jobs:
|
|||
- name: Remove old artifacts
|
||||
uses: c-hive/gha-remove-artifacts@v1
|
||||
with:
|
||||
age: '1 week'
|
||||
age: "1 week"
|
||||
skip-tags: true
|
||||
skip-recent: 5
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ jobs:
|
|||
- name: Release Unsigned
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: "Ghostty Tip (\"Nightly\")"
|
||||
name: 'Ghostty Tip ("Nightly")'
|
||||
prerelease: true
|
||||
tag_name: tip
|
||||
target_commitish: ${{ github.sha }}
|
||||
|
|
@ -145,7 +145,7 @@ jobs:
|
|||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: "Ghostty Tip (\"Nightly\")"
|
||||
name: 'Ghostty Tip ("Nightly")'
|
||||
prerelease: true
|
||||
tag_name: tip
|
||||
target_commitish: ${{ github.sha }}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ jobs:
|
|||
|
||||
aarch64-linux-gnu,
|
||||
x86_64-linux-gnu,
|
||||
|
||||
# No windows support currently.
|
||||
# i386-windows,
|
||||
# x86_64-windows-gnu,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# we want to keep _trying_ but its something with known issues.
|
||||
app-id: com.mitchellh.ghostty
|
||||
runtime: org.gnome.Platform
|
||||
runtime-version: '43'
|
||||
runtime-version: "43"
|
||||
sdk: org.gnome.Sdk
|
||||
default-branch: tip
|
||||
command: ghostty
|
||||
|
|
|
|||
Loading…
Reference in New Issue