Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added action lint workflow & Fixed shell check #495

Merged
merged 3 commits into from
Aug 14, 2023

Conversation

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 14, 2023 16:47 Inactive
@github-actions
Copy link

github-actions bot commented Aug 14, 2023

Test Results

31 tests   31 ✔️  3m 18s ⏱️
  7 suites    0 💤
  7 files      0

Results for commit 19c7cbd.

♻️ This comment has been updated with latest results.

- uses: actions/checkout@v3
- name: Run actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
Copy link
Member

@takahirom takahirom Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that we can specify the version. So how about specifying the version to avoid unexpected fail? 👀
https://github.com/rhysd/actionlint/blob/main/docs/install.md#download-script

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 14, 2023 17:19 Inactive
@takahirom
Copy link
Member

Thanks!

@takahirom takahirom merged commit f630ace into DroidKaigi:main Aug 14, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Build] Introduce Shell Check to our CI
2 participants