Skip to content

Commit

Permalink
Merge branch 'master' into reline_face
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Nov 6, 2023
2 parents 7c5133c + e094be0 commit a33109f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: "30 14 * * *"

jobs:
reline:
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ gem 'bundler'
gem 'rake'
gem 'test-unit'
gem 'test-unit-rr'

gem 'racc'

0 comments on commit a33109f

Please sign in to comment.