Skip to content

Commit

Permalink
improve: Add .github actions under workflow/ directory (#3)
Browse files Browse the repository at this point in the history
Must store YAML files under `.github/workflows` according to
[docs](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions)
  • Loading branch information
nicholaspai authored Oct 2, 2023
1 parent 298b1b3 commit 846e3e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "@across-protocol/constants-v2",
"version": "1.0.0",
"version": "1.0.1",
"description": "Export commonly re-used values for Across repositories",
"repository": "https://github.com/across-protocol/constants-v2.git",
"author": "[email protected]",
"license": "MIT",
"private": false,
"type": "module",
"files": [
"/dist/**/*"
],
"scripts": {
"lint": "yarn eslint && yarn prettier --list-different",
"lint-fix": "yarn eslint --fix && yarn prettier --write",
Expand Down

0 comments on commit 846e3e3

Please sign in to comment.