File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: Lint Code Base
33on:
44 workflow_dispatch:
55 push:
6- branches: master
6+ branches: main
77 paths-ignore:
88 - '**/*.md'
99 pull_request:
10- branches: master
10+ branches: main
1111 paths-ignore:
1212 - '**/*.md'
1313
2525 uses: github/super-linter@v4
2626 env:
2727 VALIDATE_ALL_CODEBASE: false
28- DEFAULT_BRANCH: master
28+ DEFAULT_BRANCH: main
2929 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 1.3.0] - 2022-04-05
10+ - Rename master branch to main.
11+
12+ ## [ 1.2.0] - 2021-10-25
13+ ### Added
14+ - Support for ` $XDG_CONFIG_HOME ` for config file.
15+
16+ ## [ 1.1.0] - 2018-03-26
17+
18+ ## [ 1.0.0] - 2015-05-07
You can’t perform that action at this time.
0 commit comments