Skip to content

Add react redux reactnative snippets extension #90

Add react redux reactnative snippets extension

Add react redux reactnative snippets extension #90

Workflow file for this run

name: Lint GitHub Actions workflows
on:
pull_request:
paths:
- ".github/**"
push:
branches:
- "main"
paths:
- ".github/**"
jobs:
actionlint:
runs-on: namespace-profile-2x4-ubuntu-2404
if: github.repository_owner == 'zed-industries'
env:
SHA: 03d0035246f3e81f36aed592ffb4bebf33a03106
VERSION: 1.7.7
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Download actionlint
id: get_actionlint
run: |
bash <(curl "https://raw.githubusercontent.com/rhysd/actionlint/${{ env.SHA }}/scripts/download-actionlint.bash") "${{ env.VERSION }}"
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash