Skip to content

feat(weather): add TMUX_POWERLINE_SEG_WEATHER_ICON_STYLE option #164

feat(weather): add TMUX_POWERLINE_SEG_WEATHER_ICON_STYLE option

feat(weather): add TMUX_POWERLINE_SEG_WEATHER_ICON_STYLE option #164

Workflow file for this run

name: Lint Pull Request
on:
workflow_dispatch:
pull_request:
branches: main
permissions: {}
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter@v8.3.1
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH: true