Skip to content

Commit e5f985d

Browse files
Update the CI workflow (#4)
1 parent 169bd58 commit e5f985d

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
paths_ignore: ["**.md"]
99
schedule:
10-
- cron: "0 0 * * *"
10+
- cron: "0 0 1 * *"
1111

1212
jobs:
1313
test:
@@ -16,12 +16,12 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest]
1818
steps:
19-
- uses: actions/checkout@v2
20-
- uses: asdf-vm/actions/plugin-test@v1
19+
- uses: actions/checkout@v4
20+
- uses: asdf-vm/actions/plugin-test@v3
2121
with:
2222
command: clusterctl version
2323
lint:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
- run: make lint

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.PHONY: lint
22
lint:
3-
shellcheck bin/*
3+
shellcheck bin/*

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# asdf-clusterctl
22

3-
[![CI](https://github.com/pfnet-research/asdf-clusterctl/workflows/CI/badge.svg)](https://github.com/pfnet-research/asdf-clusterctl/actions?query=workflow%3ACI)
4-
53
This repository contains [clusterctl](https://github.com/kubernetes-sigs/cluster-api) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.
64

75
The clusterctl CLI tool handles the lifecycle of a Cluster API management cluster. The Cluster API is a Kubernetes project to bring declarative, Kubernetes-style APIs to cluster creation, configuration, and management.
@@ -11,7 +9,7 @@ See [Introduction \- The Cluster API Book](https://cluster-api.sigs.k8s.io/) for
119
## Install
1210

1311
```
14-
asdf plugin-add clusterctl https://github.com/pfnet-research/asdf-clusterctl.git
12+
asdf plugin add clusterctl https://github.com/pfnet-research/asdf-clusterctl.git
1513
```
1614

1715
See https://asdf-vm.com/ for more detail on asdf-vm.

0 commit comments

Comments
 (0)