Skip to content

Commit

Permalink
Merge branch 'release/0.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed May 31, 2024
2 parents 8b3166f + ce2db89 commit 97a8ae6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ jobs:
run: npm install
- name: Run tests
run: npm run test -- --coverage
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install modules
run: npm install
- name: Run tests
run: npm run lint
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
node_modules/
*.log
/.data/
gl-prettier-codequality.json
gl-stylelint-codequality.json
/.eslintcache
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## v0.0.0 - 2024-05-31

First release 🎉

0 comments on commit 97a8ae6

Please sign in to comment.