diff --git a/.github/weekly-digest.yml b/.github/weekly-digest.yml deleted file mode 100644 index 6d4ba7e..0000000 --- a/.github/weekly-digest.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration for weekly-digest - https://github.com/apps/weekly-digest -publishDay: sun -canPublishIssues: true -canPublishPullRequests: true -canPublishContributors: true -canPublishStargazers: true -canPublishCommits: true \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 334e313..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Build and Test - -on: - push: - branches: - - master - pull_request: - branches: - - master - -jobs: - test: - runs-on: ${{matrix.os}} - strategy: - matrix: - os: - - ubuntu-latest - - macos-latest - - windows-latest - - steps: - - name: Checkout - uses: actions/checkout@master - - - name: - uses: index.html - with: - - - name: no - run: index.html - - - name: Build the project - run: index.html - - - name: Lint - run: index.html \ No newline at end of file diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index d70eab0..0000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: "CodeQL analysis" - -on: - push: - branches: [master] - pull_request: - branches: [master] - schedule: - - cron: '0 16 * * 3' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - - strategy: - fail-fast: false - matrix: - language: ['javascript'] - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - with: - fetch-depth: 2 - - - run: git checkout HEAD^2 - if: ${{ github.event_name == 'pull_request' }} - - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - with: - languages: ${{ matrix.language }} - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 \ No newline at end of file diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index 7473b7b..0000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Greetings - -on: [pull_request, issues] - -jobs: - greeting: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Hi thanks for creating your first issue at Frontend-Animations, hope you followed the guidelines.' - pr-message: 'Congratulations!! for making your first PR at Frontend-Animations, our mentors will review it soon.'