animate-css/animate.css

Move from Travis CI to Github Actions

Open

#1,221 opened on Jan 18, 2021

View on GitHub
 (18 comments) (0 reactions) (0 assignees)CSS (15,998 forks)batch import
WIPgood first issueimprovement

Repository metrics

Stars
 (82,530 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Our CI settings are a bit outdated - they just npm install - we should move them to Github actions so the whole team can have full access to the whole process. It should run:

  • npm install
  • npm start
  • npm run docs

Contributor guide