Skip to content

fix: resize icon to 512x512 for macOS, fix CI workflow (npm install, … #3

fix: resize icon to 512x512 for macOS, fix CI workflow (npm install, …

fix: resize icon to 512x512 for macOS, fix CI workflow (npm install, … #3

name: Lint Workflows
on:
push:
paths:
- '.github/workflows/**'
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install actionlint
run: |
bash <(curl -sSL https://raw.githubusercontent.com/rhysd/actionlint/v1.7.10/scripts/download-actionlint.bash)
- name: Run actionlint
run: ./actionlint -color -shellcheck=""