Skip to content

Commit

Permalink
Bump module to 0.24.3 (#8)
Browse files Browse the repository at this point in the history
* remove circleci

* add github actions workflows

* bump ruby version to 2.6.6

* add package-lock.json

* bump to 0.23.6

* update spec files

* update authentication system specs

* update authorizations spec

* fix user manage authorizations spec

* add tests for locales

* bundle lock for x86_64-linux platform

* bump to 0.23.1

* Bump to 0.23.6

* Bump to release 0.24 stable

* Lint code

* Removes explicit ruby version

* Update rubocop

* Update faker

* Fix 18n spec

* Fix offenses

* Fix rubocop offenses

Co-authored-by: quentinchampenois <[email protected]>
Co-authored-by: MoretS <[email protected]>
Co-authored-by: Armand Fardeau <[email protected]>
  • Loading branch information
4 people authored May 19, 2022
1 parent 0bbd9de commit 549ac48
Show file tree
Hide file tree
Showing 13 changed files with 2,027 additions and 1,450 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/lint_code.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
name: "[CI] Lint"
on:
push:
branches:
- develop
- release/*
- "*-stable"
pull_request:
branches-ignore:
- "chore/l10n*"
on: [push]

env:
CI: "true"
SIMPLECOV: "true"
RUBY_VERSION: 2.6.6

jobs:
lint:
Expand Down
Loading

0 comments on commit 549ac48

Please sign in to comment.