Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Build

on:
pull_request:
paths-ignore:
- "**.md"
push:
paths-ignore:
- "**.md"
branches:
- master
pull_request:
schedule:
- cron: "0 0 * * *" # daily at midnight
- cron: "0 0 * * 5"

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
plugin_test:
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: Lint

on:
pull_request:
paths-ignore:
- "**.md"
push:
paths-ignore:
- "**.md"
schedule:
- cron: "0 0 * * *" # daily at midnight
branches:
- master
pull_request:

jobs:
shellcheck:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mise.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mise
name: Mise

on:
push:
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<div align="center">

# asdf-xcodegen ![Build](https://github.com/younke/asdf-xcodegen/workflows/Build/badge.svg) ![Lint](https://github.com/younke/asdf-xcodegen/workflows/Lint/badge.svg) ![Test mise](https://github.com/younke/asdf-xcodegen/workflows/Test%20mise/badge.svg)
# asdf-xcodegen

[![Build](https://github.com/younke/asdf-xcodegen/actions/workflows/build.yml/badge.svg)](https://github.com/younke/asdf-xcodegen/actions/workflows/build.yml)
[![Lint](https://github.com/younke/asdf-xcodegen/actions/workflows/lint.yml/badge.svg)](https://github.com/younke/asdf-xcodegen/actions/workflows/lint.yml)
[![Mise](https://github.com/younke/asdf-xcodegen/actions/workflows/test-mise.yml/badge.svg)](https://github.com/younke/asdf-xcodegen/actions/workflows/test-mise.yml)

[XcodeGen](https://github.com/yonaskolb/XcodeGen) plugin for the [asdf version manager](https://asdf-vm.com).

Expand Down Expand Up @@ -48,7 +52,6 @@ xcodegen --help
Note that globally installed `xcodegen` keeps `SettingPresets` in `/usr/local/share/xcodegen` folder.
You might want to delete previous global installation (`brew` etc.).


Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.

Expand Down