Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

linintegritycheck action type #83

Merged
merged 4 commits into from
Nov 7, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/constants/ActionTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ export const GET_NAVSITEMAP = 'GET_NAVSITEMAP';
// NEWS
export const GET_NEWS = 'GET_NEWS';
export const SET_CURRENT_VERSION = 'SET_CURRENT_VERSION';
export const LINK_INTEGRITY_CHECK = 'LINK_INTEGRITY_CHECK';