Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
8c4fd0a4
Unverified
Commit
8c4fd0a4
authored
Sep 24, 2020
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some cleanup of workflows
BREAKING CHANGE: trigger a new major release
parent
7d526c58
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
feature-request.md
.github/ISSUE_TEMPLATE/feature-request.md
+1
-1
pull_request_template.md
.github/pull_request_template.md
+0
-3
lint.yml
.github/workflows/lint.yml
+1
-1
No files found.
.github/ISSUE_TEMPLATE/feature-request.md
View file @
8c4fd0a4
...
...
@@ -2,7 +2,7 @@
name
:
Feature Request
about
:
Suggest an idea for this project
title
:
'
'
labels
:
'
'
labels
:
'
improvement
'
assignees
:
'
'
---
...
...
.github/pull_request_template.md
deleted
100644 → 0
View file @
7d526c58
**PLEASE DO NOT SUBMIT TOKEN ADDITIONS AS PULL REQUESTS**
All token requests should be made via an issue.
.github/workflows/lint.yml
View file @
8c4fd0a4
...
...
@@ -35,7 +35,7 @@ jobs:
yarn-
-
name
:
Install dependencies
run
:
yarn --frozen-lockfile
run
:
yarn
install
--frozen-lockfile
env
:
NODE_AUTH_TOKEN
:
${{ secrets.NPM_TOKEN }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment